mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
app-arch/tarlz: respect CXX and CPPFLAGS
Closes: https://bugs.gentoo.org/784491 Signed-off-by: Florian Schmaus <flo@geekplace.eu>
This commit is contained in:
parent
7c90a3e564
commit
0bf98e2d18
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit unpacker
|
||||
inherit toolchain-funcs unpacker
|
||||
|
||||
DESCRIPTION="A parallel archiver combining tar and lzip"
|
||||
HOMEPAGE="https://www.nongnu.org/lzip/tarlz.html"
|
||||
@ -25,5 +25,9 @@ PATCHES=(
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
econf LDFLAGS="${LDFLAGS}" CXXFLAGS="${CXXFLAGS}"
|
||||
econf \
|
||||
CXX="$(tc-getCXX)" \
|
||||
CXXFLAGS="${CXXFLAGS}" \
|
||||
CPPFLAGS="${CPPFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS}"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user