diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-05-18 20:37:13 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-05-18 20:37:49 +0200 |
commit | b466026be8b09619a0a84a9c58869e6b702b21a3 (patch) | |
tree | 71defbc4cb3ca0b7af30a5e4b03132b052a893f0 /dev-php | |
parent | dev-php/pecl-http: bump to v4.1.0 (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-php/pecl-http/pecl-http-4.1.0.ebuild | 3 |
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() { |