commit: 713cd063254e5e18355435b8e0576e73dff5ab48 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jan 24 21:19:50 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jan 24 21:19:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=713cd063
app-arch/lunzip: Fix CC/CFLAGS overrides Closes: https://bugs.gentoo.org/831993 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-arch/lunzip/lunzip-1.13.ebuild | 4 ++-- 1 file 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}" )
