Remove unused configure arg, no functional changes.

This commit is contained in:
Alex Dupre 2008-09-23 05:41:43 +00:00
parent 00dbd69ed2
commit f24f3c8898
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220491
2 changed files with 2 additions and 4 deletions

View File

@ -223,8 +223,7 @@ CONFIGURE_ARGS+=--with-unixODBC=${LOCALBASE}
.endif
.if ${PHP_MODNAME} == "openssl"
CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} \
--with-openssl-dir=${OPENSSLBASE}
CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl
USE_OPENSSL= yes

View File

@ -223,8 +223,7 @@ CONFIGURE_ARGS+=--with-unixODBC=${LOCALBASE}
.endif
.if ${PHP_MODNAME} == "openssl"
CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} \
--with-openssl-dir=${OPENSSLBASE}
CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl
USE_OPENSSL= yes