Skip to content

Commit

Permalink
dev-php/pecl-http: respect LDFLAGS
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/727134
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <[email protected]>
  • Loading branch information
Whissi committed May 18, 2021
1 parent 6f3b5fa commit b466026
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev-php/pecl-http/pecl-http-4.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ src_prepare() {
else
default_src_prepare
fi

# Respect LDFLAGS, bug 727134
export EXTRA_LDFLAGS="${LDFLAGS}"
}

src_test() {
Expand Down

0 comments on commit b466026

Please sign in to comment.