summaryrefslogtreecommitdiffstats
path: root/php-pear
diff options
context:
space:
mode:
authorVlad Glagolev2014-10-24 21:20:49 +0400
committerVlad Glagolev2014-10-24 21:20:49 +0400
commitbc093edf6e83a579370feacbf94c7c679811032c (patch)
treeb2f469f17ab9a302a737c2c2dab0c1967207b54f /php-pear
parent01f94719b222382402bcdfc542707de4523091de (diff)
Revert "php4: fix bad with-SSL usage"
This reverts commit ec00cfa4f687d72a9429f19d5c8c6e350ded430a.
Diffstat (limited to 'php-pear')
-rwxr-xr-xphp-pear/php4/DEPENDS4
-rw-r--r--php-pear/php4/HISTORY3
2 files changed, 2 insertions, 5 deletions
diff --git a/php-pear/php4/DEPENDS b/php-pear/php4/DEPENDS
index 323c6cf845..fdb7c1a68b 100755
--- a/php-pear/php4/DEPENDS
+++ b/php-pear/php4/DEPENDS
@@ -68,8 +68,8 @@ optional_depends gmp \
"GNU multi precision library support" &&
optional_depends SSL \
- "--with-opennssl=/usr" \
- "--without-opennssl" \
+ "--with-SSL=/usr" \
+ "--without-SSL" \
"for OpenSSL support" &&
optional_depends gettext \
diff --git a/php-pear/php4/HISTORY b/php-pear/php4/HISTORY
index 4bf3ea624f..a3664906ae 100644
--- a/php-pear/php4/HISTORY
+++ b/php-pear/php4/HISTORY
@@ -1,6 +1,3 @@
-2014-08-24 Treeve Jelbert <treeve@sourcemage.org>
- * DEPENDS: fix bad with-SSL usage
-
2014-08-19 Treeve Jelbert <treeve@sourcemage.org>
* DEPENDS: openssl => SSL