mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
app-arch/tarlz: Respect CXXFLAGS and LDFLAGS
Closes: https://bugs.gentoo.org/780597 Signed-off-by: Florian Schmaus <flo@geekplace.eu>
This commit is contained in:
@@ -19,3 +19,7 @@ DEPEND="
|
||||
${RDEPEND}
|
||||
$(unpacker_src_uri_depends)
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
econf LDFLAGS="${LDFLAGS}" CXXFLAGS="${CXXFLAGS}"
|
||||
}
|
||||
Reference in New Issue
Block a user