Author: jue Date: 2006-02-28 19:04:52 +0100 (Tue, 28 Feb 2006) New Revision: 858 Modified: crux-2.2/ports/opt/mod_php/Pkgfile Log: mod_php: added openssl support Modified: crux-2.2/ports/opt/mod_php/Pkgfile =================================================================== --- crux-2.2/ports/opt/mod_php/Pkgfile 2006-02-28 10:51:08 UTC (rev 857) +++ crux-2.2/ports/opt/mod_php/Pkgfile 2006-02-28 18:04:52 UTC (rev 858) @@ -6,7 +6,7 @@ name=mod_php version=5.1.2 -release=1 +release=2 source=(http://www.php.net/distributions/php-$version.tar.bz2) build () { @@ -17,7 +17,8 @@ --with-config-file-path=/etc \ --with-mysql=/usr \ --with-zlib-dir=/usr/lib \ - --without-pear \ + --with-openssl=/usr \ + --without-pear \ --disable-pdo make make INSTALL_ROOT=$PKG install
participants (1)
-
crux@crux.nu