From b466026be8b09619a0a84a9c58869e6b702b21a3 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Tue, 18 May 2021 20:37:13 +0200 Subject: 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 --- dev-php/pecl-http/pecl-http-4.1.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dev-php/pecl-http') 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 7697b703d5f9..33b34cd83beb 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() { -- cgit v1.2.3-65-gdbad