summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2004-02-23 13:59:45 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2004-02-23 13:59:45 +0000
commit58a46d1c44216a7bdb8d6af304c16934a6b1c6b9 (patch)
tree7185681278dd373be4aa601213240981c40ab9c3
parentCreate DOCSDIR before install the document. (diff)
Put CFLAGS in CONFIGURE_ENV
Notes
Notes: svn path=/head/; revision=101861
-rw-r--r--security/heimdal/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index 8f7b09cc96ad..e41db2be559d 100644
--- a/security/heimdal/Makefile
+++ b/security/heimdal/Makefile
@@ -29,6 +29,7 @@ USE_LIBTOOL= no # Uses included version.
USE_OPENSSL= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
+CONFIGURE_ENV+= CFLAGS="${CFLAGS}"
CONFIGURE_ARGS+= --enable-shared --without-krb4
.if defined(WITH_LDAP)
CONFIGURE_ARGS+= --with-openldap=${LOCALBASE}