diff options
Diffstat (limited to 'lang/php80/Makefile.ext')
| -rw-r--r-- | lang/php80/Makefile.ext | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/php80/Makefile.ext b/lang/php80/Makefile.ext index 8f47bdbfa6a0..8621f7c23145 100644 --- a/lang/php80/Makefile.ext +++ b/lang/php80/Makefile.ext @@ -179,7 +179,7 @@ CONFIGURE_ARGS+=--with-imap=${LOCALBASE} \ CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \ PHP_OPENSSL=yes - + LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl USES+= ssl .endif @@ -197,8 +197,7 @@ BUILD_DEPENDS= re2c:devel/re2c .if ${PHP_MODNAME} == "ldap" CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} --with-ldap-sasl=${LOCALBASE} - -USE_OPENLDAP= yes +USE+= ldap .endif .if ${PHP_MODNAME} == "mbstring" |
