diff options
author | nectar <nectar@FreeBSD.org> | 2004-02-23 21:59:45 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2004-02-23 21:59:45 +0800 |
commit | 8ef883d51728485a37ba13505dba9b5c04ed5db5 (patch) | |
tree | 6621fd4d6ae40445f3b4d5bafa2c794f221d2fdf /security | |
parent | dc29c5fcf41311d29531fcf8700fdd7d210c529d (diff) | |
download | freebsd-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/Makefile | 1 |
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} |