From ec00cfa4f687d72a9429f19d5c8c6e350ded430a Mon Sep 17 00:00:00 2001 From: Treeve Jelbert Date: Sun, 24 Aug 2014 10:10:04 +0200 Subject: php4: fix bad with-SSL usage --- php-pear/php4/DEPENDS | 4 ++-- php-pear/php4/HISTORY | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pear') diff --git a/php-pear/php4/DEPENDS b/php-pear/php4/DEPENDS index fdb7c1a68b..323c6cf845 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-SSL=/usr" \ - "--without-SSL" \ + "--with-opennssl=/usr" \ + "--without-opennssl" \ "for OpenSSL support" && optional_depends gettext \ diff --git a/php-pear/php4/HISTORY b/php-pear/php4/HISTORY index a3664906ae..4bf3ea624f 100644 --- a/php-pear/php4/HISTORY +++ b/php-pear/php4/HISTORY @@ -1,3 +1,6 @@ +2014-08-24 Treeve Jelbert + * DEPENDS: fix bad with-SSL usage + 2014-08-19 Treeve Jelbert * DEPENDS: openssl => SSL -- cgit v1.2.3