app-arch/gzip: Sync with Gentoo

It's from Gentoo commit ef21f83344cc9a064923e058f82d781d13b1987b.
This commit is contained in:
Flatcar Buildbot 2024-07-16 11:17:33 +00:00
parent 22a000765f
commit 8815d1eec6

View File

@ -51,6 +51,10 @@ src_configure() {
# Avoid text relocation in gzip
use pic && export DEFS="NO_ASM"
# embeds the path to grep detected at build time into installed scripts;
# use the canonical USE="split-usr" agnostic path. bug #935721
export GREP="${EPREFIX}/bin/grep"
# bug #663928
econf --disable-gcc-warnings
}