diff options
author | Sam James <sam@gentoo.org> | 2021-10-25 13:59:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-25 14:00:53 +0100 |
commit | fce1a7679fe7e09f4a8e930df1e692a4274346b1 (patch) | |
tree | cbc45cea152c60202c41b9de4aaea3c4f64d368a /dev-lang/tcc | |
parent | dev-lang/tcc: update HOMEPAGE (diff) | |
download | gentoo-fce1a7679fe7e09f4a8e930df1e692a4274346b1.tar.gz gentoo-fce1a7679fe7e09f4a8e930df1e692a4274346b1.tar.bz2 gentoo-fce1a7679fe7e09f4a8e930df1e692a4274346b1.zip |
dev-lang/tcc: respect LDFLAGS, no pre-stripping
Two for the price of one!
Bug: https://bugs.gentoo.org/820200
Closes: https://bugs.gentoo.org/820191
Closes: https://bugs.gentoo.org/820188
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/tcc')
-rw-r--r-- | dev-lang/tcc/tcc-0.9.27_p20211022.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/tcc/tcc-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/tcc/tcc-0.9.27_p20211022.ebuild b/dev-lang/tcc/tcc-0.9.27_p20211022.ebuild index fd9f2d5cc306..6d4133762683 100644 --- a/dev-lang/tcc/tcc-0.9.27_p20211022.ebuild +++ b/dev-lang/tcc/tcc-0.9.27_p20211022.ebuild @@ -68,7 +68,7 @@ src_configure() { } src_compile() { - emake AR="$(tc-getAR)" + emake AR="$(tc-getAR)" LDFLAGS="${LDFLAGS}" } src_test() { diff --git a/dev-lang/tcc/tcc-9999.ebuild b/dev-lang/tcc/tcc-9999.ebuild index fd9f2d5cc306..6d4133762683 100644 --- a/dev-lang/tcc/tcc-9999.ebuild +++ b/dev-lang/tcc/tcc-9999.ebuild @@ -68,7 +68,7 @@ src_configure() { } src_compile() { - emake AR="$(tc-getAR)" + emake AR="$(tc-getAR)" LDFLAGS="${LDFLAGS}" } src_test() { |