summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-05-18 20:37:13 +0200
committerThomas Deutschmann <whissi@gentoo.org>2021-05-18 20:37:49 +0200
commitb466026be8b09619a0a84a9c58869e6b702b21a3 (patch)
tree71defbc4cb3ca0b7af30a5e4b03132b052a893f0 /dev-php/pecl-http
parentdev-php/pecl-http: bump to v4.1.0 (diff)
downloadgentoo-b466026be8b09619a0a84a9c58869e6b702b21a3.tar.gz
gentoo-b466026be8b09619a0a84a9c58869e6b702b21a3.tar.bz2
gentoo-b466026be8b09619a0a84a9c58869e6b702b21a3.zip
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@gentoo.org>
Diffstat (limited to 'dev-php/pecl-http')
-rw-r--r--dev-php/pecl-http/pecl-http-4.1.0.ebuild3
1 files changed, 3 insertions, 0 deletions
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() {