Put CFLAGS in CONFIGURE_ENV
This commit is contained in:
parent
4478b09ae5
commit
58a46d1c44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101861
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue