gentoo/app-arch/pdv/files/pdv-1.5.1-no-strip.patch
Petr Vaněk 7f895a8c49
app-arch/pdv: reconfigure also project root
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>
2023-12-30 17:56:04 +01:00

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