From 142f65210852bc655ce7e4c7c22b2623ec78ba6a Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Sun, 25 Mar 2001 22:14:06 +0000 Subject: Add CURL support. Submitted by: Garrett Rooney --- www/mod_php5/scripts/configure.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'www/mod_php5') diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 584c39fb57ca..335b731df8fb 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -28,6 +28,7 @@ OpenLDAP "OpenLDAP support" OFF \ SNMP "SNMP support" OFF \ XML "XML support" OFF \ FTP "File Transfer Protocol support" OFF \ +CURL "CURL support" OFF \ gettext "gettext library support" OFF \ japanese "jstring and mbregex module" OFF \ YP "YP/NIS support" OFF \ @@ -165,6 +166,10 @@ while [ "$1" ]; do \"FTP\") echo "CONFIGURE_ARGS+=--enable-ftp" ;; + \"CURL\") + echo "CONFIGURE_ARGS+=--with-curl=\${PREFIX}" + echo "BUILD_DEPENDS+= \${PREFIX}/lib/libcurl.a:\${PORTSDIR}/ftp/curl" + ;; \"gettext\") echo "LIB_DEPENDS+= intl.1:\${PORTSDIR}/devel/gettext" echo "CONFIGURE_ARGS+=--with-gettext=\${PREFIX}" -- cgit v1.2.3