Skip to content

Commit

Permalink
dev-php/pecl-http: Fix build failure for SLOT 7
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Brian Evans committed Oct 9, 2017
1 parent 39921ff commit ad8c6bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-php/pecl-http/pecl-http-3.1.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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" )

Expand Down
2 changes: 1 addition & 1 deletion dev-php/pecl-http/pecl-http-3.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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" )

Expand Down

0 comments on commit ad8c6bb

Please sign in to comment.