diff options
author | Juergen Daubert <juergen.daubert@t-online.de> | 2006-02-28 18:04:52 +0000 |
---|---|---|
committer | Juergen Daubert <juergen.daubert@t-online.de> | 2006-02-28 18:04:52 +0000 |
commit | 28cce31a9e16497f4381ffe28347c603afeb1cd1 (patch) | |
tree | 9b37993aaf95ed32e85bef9fbe1a4db2b7ee3d12 /mod_php | |
parent | d9a2ada9e2f34f26d4b1c46be02addaf4ac444c9 (diff) | |
download | opt-28cce31a9e16497f4381ffe28347c603afeb1cd1.tar.gz opt-28cce31a9e16497f4381ffe28347c603afeb1cd1.tar.xz |
mod_php: added openssl support
Diffstat (limited to 'mod_php')
-rw-r--r-- | mod_php/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mod_php/Pkgfile b/mod_php/Pkgfile index 766702740..43c58c61a 100644 --- a/mod_php/Pkgfile +++ b/mod_php/Pkgfile @@ -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 @@ build () { --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 |