Put CFLAGS in CONFIGURE_ENV

This commit is contained in:
Jacques Vidrine 2004-02-23 13:59:45 +00:00
parent 4478b09ae5
commit 58a46d1c44
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101861

View file

@ -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}