aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2004-02-23 21:59:45 +0800
committernectar <nectar@FreeBSD.org>2004-02-23 21:59:45 +0800
commit8ef883d51728485a37ba13505dba9b5c04ed5db5 (patch)
tree6621fd4d6ae40445f3b4d5bafa2c794f221d2fdf /security
parentdc29c5fcf41311d29531fcf8700fdd7d210c529d (diff)
downloadfreebsd-ports-graphics-8ef883d51728485a37ba13505dba9b5c04ed5db5.tar.gz
freebsd-ports-graphics-8ef883d51728485a37ba13505dba9b5c04ed5db5.tar.zst
freebsd-ports-graphics-8ef883d51728485a37ba13505dba9b5c04ed5db5.zip
Put CFLAGS in CONFIGURE_ENV
Diffstat (limited to 'security')
-rw-r--r--security/heimdal/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index 8f7b09cc96a..e41db2be559 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}