commit:     b466026be8b09619a0a84a9c58869e6b702b21a3
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue May 18 18:37:13 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue May 18 18:37:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b466026b

dev-php/pecl-http: respect LDFLAGS

Closes: https://bugs.gentoo.org/727134
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-php/pecl-http/pecl-http-4.1.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-php/pecl-http/pecl-http-4.1.0.ebuild 
b/dev-php/pecl-http/pecl-http-4.1.0.ebuild
index 7697b703d5f..33b34cd83be 100644
--- a/dev-php/pecl-http/pecl-http-4.1.0.ebuild
+++ b/dev-php/pecl-http/pecl-http-4.1.0.ebuild
@@ -42,6 +42,9 @@ src_prepare() {
        else
                default_src_prepare
        fi
+
+       # Respect LDFLAGS, bug 727134
+       export EXTRA_LDFLAGS="${LDFLAGS}"
 }
 
 src_test() {

Reply via email to