summaryrefslogtreecommitdiffstats
path: root/php-pear/php-dev
diff options
context:
space:
mode:
authorTreeve Jelbert2014-08-24 10:10:05 +0200
committerTreeve Jelbert2014-08-24 10:10:05 +0200
commitbb33e9276c9a347f4f082ae97f1a53bf2d24d33d (patch)
tree4f6662c1735b04f4ad06cc45b8c6f41f25d39182 /php-pear/php-dev
parentec00cfa4f687d72a9429f19d5c8c6e350ded430a (diff)
php-dev: fix bad with-SSL usage
Diffstat (limited to 'php-pear/php-dev')
-rwxr-xr-xphp-pear/php-dev/DEPENDS4
-rw-r--r--php-pear/php-dev/HISTORY3
2 files changed, 5 insertions, 2 deletions
diff --git a/php-pear/php-dev/DEPENDS b/php-pear/php-dev/DEPENDS
index 436567c3e2..1f039efefe 100755
--- a/php-pear/php-dev/DEPENDS
+++ b/php-pear/php-dev/DEPENDS
@@ -76,8 +76,8 @@ optional_depends gmp \
"GNU multi precision library support" &&
optional_depends SSL \
- "--with-SSL=/usr" \
- "--without-SSL" \
+ "--with-opennssl=/usr" \
+ "--without-opennssl" \
"for OpenSSL support" &&
optional_depends gettext \
diff --git a/php-pear/php-dev/HISTORY b/php-pear/php-dev/HISTORY
index 02c39402ca..9c06a31557 100644
--- a/php-pear/php-dev/HISTORY
+++ b/php-pear/php-dev/HISTORY
@@ -1,3 +1,6 @@
+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