mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-28 00:51:41 +02:00
app-arch/gzip: Sync with Gentoo
It's from Gentoo commit ef21f83344cc9a064923e058f82d781d13b1987b.
This commit is contained in:
parent
22a000765f
commit
8815d1eec6
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user