Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-http/
Date: Tue, 18 May 2021 18:37:58
Message-Id: 1621363069.b466026be8b09619a0a84a9c58869e6b702b21a3.whissi@gentoo
1 commit: b466026be8b09619a0a84a9c58869e6b702b21a3
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 18 18:37:13 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 18:37:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b466026b
7
8 dev-php/pecl-http: respect LDFLAGS
9
10 Closes: https://bugs.gentoo.org/727134
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 dev-php/pecl-http/pecl-http-4.1.0.ebuild | 3 +++
15 1 file changed, 3 insertions(+)
16
17 diff --git a/dev-php/pecl-http/pecl-http-4.1.0.ebuild b/dev-php/pecl-http/pecl-http-4.1.0.ebuild
18 index 7697b703d5f..33b34cd83be 100644
19 --- a/dev-php/pecl-http/pecl-http-4.1.0.ebuild
20 +++ b/dev-php/pecl-http/pecl-http-4.1.0.ebuild
21 @@ -42,6 +42,9 @@ src_prepare() {
22 else
23 default_src_prepare
24 fi
25 +
26 + # Respect LDFLAGS, bug 727134
27 + export EXTRA_LDFLAGS="${LDFLAGS}"
28 }
29
30 src_test() {