summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-01-24 22:19:50 +0100
committerMichał Górny <mgorny@gentoo.org>2022-01-24 22:19:50 +0100
commit713cd063254e5e18355435b8e0576e73dff5ab48 (patch)
tree34590acffde86795f4c32bf8f07d3ec39e662958
parentdev-ml: add ml@gentoo.org as mantainer (diff)
downloadgentoo-713cd063254e5e18355435b8e0576e73dff5ab48.tar.gz
gentoo-713cd063254e5e18355435b8e0576e73dff5ab48.tar.bz2
gentoo-713cd063254e5e18355435b8e0576e73dff5ab48.zip
app-arch/lunzip: Fix CC/CFLAGS overrides
Closes: https://bugs.gentoo.org/831993 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-arch/lunzip/lunzip-1.13.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/lunzip/lunzip-1.13.ebuild b/app-arch/lunzip/lunzip-1.13.ebuild
index 5c5c0ab1b983..4f7d48dab0be 100644
--- a/app-arch/lunzip/lunzip-1.13.ebuild
+++ b/app-arch/lunzip/lunzip-1.13.ebuild
@@ -17,9 +17,9 @@ src_configure() {
# not autotools-based
local myconf=(
--prefix="${EPREFIX}"/usr
- CXX="$(tc-getCXX)"
+ CC="$(tc-getCC)"
CPPFLAGS="${CPPFLAGS}"
- CXXFLAGS="${CXXFLAGS}"
+ CFLAGS="${CFLAGS}"
LDFLAGS="${LDFLAGS}"
)