mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
It is necessary to reconfigure also project root for modern compiler compatibility. This necessitated updating the no-strip patch to modify extra.mk instead of Makefile.in, responding to the new regeneration process. Closes: https://bugs.gentoo.org/880351 Closes: https://bugs.gentoo.org/906002 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
13 lines
290 B
Diff
13 lines
290 B
Diff
diff --git a/extra.mk b/extra.mk
|
|
index 65f6e72..e681adb 100644
|
|
--- a/extra.mk
|
|
+++ b/extra.mk
|
|
@@ -11,7 +11,6 @@ pdv_fixed.c : Makefile
|
|
touch $@
|
|
|
|
pdv_fixed : pdv_fixed.c pdv
|
|
- $(STRIPBIN) pdv
|
|
printf "%-5.5s" $$VERSION >> pdv
|
|
printf "\000\000\000\000\000\000\000\000" >> pdv
|
|
sleep 1
|