mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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" )
|
||||
|
||||
|
||||
@@ -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" )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user