diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2002-02-14 22:30:43 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2002-02-14 22:30:43 +0000 |
commit | c1ed9437f315f03850105e5a7812b21b204ff419 (patch) | |
tree | ff3b3f5113b45adaa8a9ee6749001131477fb143 /www/mod_php4 | |
parent | Add knob for --enable-thread-safe-client (THREAD_SAFE_CLIENT) (diff) |
Fix build if snmp support is enabled.
PR: ports/34671
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Notes
Notes:
svn path=/head/; revision=54715
Diffstat (limited to 'www/mod_php4')
-rw-r--r-- | www/mod_php4/scripts/configure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index bfa902aae7ff..21b379e34b9f 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -205,7 +205,7 @@ while [ "$1" ]; do ;; \"SNMP\") echo "LIB_DEPENDS+= snmp.4:\${PORTSDIR}/net/net-snmp" - echo "CONFIGURE_ARGS+=--with-snmp=\${LOCALBASE} --enable-ucd-snmp-hack" + echo "CONFIGURE_ARGS+=--with-snmp=\${LOCALBASE} --enable-ucd-snmp-hack --with-openssl=\${OPENSSLBASE}" echo "USE_OPENSSL= yes" LIBS="${LIBS} -L\${OPENSSLBASE}/lib -lcrypto -lssl" ;; |