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
This commit is contained in:
Brian Evans
2017-10-09 09:21:46 -04:00
parent 39921ff912
commit ad8c6bb045
2 changed files with 2 additions and 2 deletions

View File

@@ -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" )

View File

@@ -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" )