From 8815d1eec6cd7031c34cbd2ce2338a988ef842a5 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Tue, 16 Jul 2024 11:17:33 +0000 Subject: [PATCH] app-arch/gzip: Sync with Gentoo It's from Gentoo commit ef21f83344cc9a064923e058f82d781d13b1987b. --- .../app-arch/gzip/{gzip-1.13.ebuild => gzip-1.13-r1.ebuild} | 4 ++++ 1 file changed, 4 insertions(+) rename sdk_container/src/third_party/portage-stable/app-arch/gzip/{gzip-1.13.ebuild => gzip-1.13-r1.ebuild} (93%) diff --git a/sdk_container/src/third_party/portage-stable/app-arch/gzip/gzip-1.13.ebuild b/sdk_container/src/third_party/portage-stable/app-arch/gzip/gzip-1.13-r1.ebuild similarity index 93% rename from sdk_container/src/third_party/portage-stable/app-arch/gzip/gzip-1.13.ebuild rename to sdk_container/src/third_party/portage-stable/app-arch/gzip/gzip-1.13-r1.ebuild index a864a1774f..aec0278bdd 100644 --- a/sdk_container/src/third_party/portage-stable/app-arch/gzip/gzip-1.13.ebuild +++ b/sdk_container/src/third_party/portage-stable/app-arch/gzip/gzip-1.13-r1.ebuild @@ -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 }