commit:     ad8c6bb045491eb367a2b892e200278c5c5a967b
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  9 13:21:46 2017 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Oct  9 13:21:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad8c6bb0

dev-php/pecl-http: Fix build failure for SLOT 7

When libidn and libidn2 are installed, the build tries to use both.
This causes an error in definitions.  Choosing libidn for now,
but it is simple enough to use the other.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-php/pecl-http/pecl-http-3.1.0-r1.ebuild | 2 +-
 dev-php/pecl-http/pecl-http-3.1.0.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/pecl-http/pecl-http-3.1.0-r1.ebuild 
b/dev-php/pecl-http/pecl-http-3.1.0-r1.ebuild
index 39ea6b2346b..df1e34b5a7e 100644
--- a/dev-php/pecl-http/pecl-http-3.1.0-r1.ebuild
+++ b/dev-php/pecl-http/pecl-http-3.1.0-r1.ebuild
@@ -33,7 +33,7 @@ DEPEND="dev-libs/libevent
 RDEPEND="${DEPEND}
        php_targets_php5-6? ( dev-php/pecl-http:2[php_targets_php5-6] )"
 
-PHP_EXT_ECONF_ARGS=( --with-http --without-http-shared-deps )
+PHP_EXT_ECONF_ARGS=( --with-http --without-http-shared-deps 
--without-http-libidn2-dir )
 
 PATCHES=( "${FILESDIR}/pecl-http-gnutls.patch" )
 

diff --git a/dev-php/pecl-http/pecl-http-3.1.0.ebuild 
b/dev-php/pecl-http/pecl-http-3.1.0.ebuild
index 65164af8c53..c262cbac854 100644
--- a/dev-php/pecl-http/pecl-http-3.1.0.ebuild
+++ b/dev-php/pecl-http/pecl-http-3.1.0.ebuild
@@ -33,7 +33,7 @@ DEPEND="dev-libs/libevent
 RDEPEND="${DEPEND}
        php_targets_php5-6? ( dev-php/pecl-http:2[php_targets_php5-6] )"
 
-PHP_EXT_ECONF_ARGS=( --with-http --without-http-shared-deps )
+PHP_EXT_ECONF_ARGS=( --with-http --without-http-shared-deps 
--without-http-libidn2-dir )
 
 PATCHES=( "${FILESDIR}/pecl-http-gnutls.patch" )
 

Reply via email to