Skip to content

Commit

Permalink
app-arch/lunzip: Fix CC/CFLAGS overrides
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/831993
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jan 24, 2022
1 parent 9cbed67 commit 713cd06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-arch/lunzip/lunzip-1.13.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
)

Expand Down

0 comments on commit 713cd06

Please sign in to comment.