summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephanie J. Lockwood-Childs <wormo@gentoo.org>2008-12-07 07:31:51 +0000
committerStephanie J. Lockwood-Childs <wormo@gentoo.org>2008-12-07 07:31:51 +0000
commit2f888c767db78aae0efbc3b5855e944e83e8215f (patch)
treebc3c3ab4dda979599328013fe95e2ac20d419db4 /app-arch/pdv/files
parentSet VersionChannelName when running so new upstream releases do not break exi... (diff)
downloadhistorical-2f888c767db78aae0efbc3b5855e944e83e8215f.tar.gz
historical-2f888c767db78aae0efbc3b5855e944e83e8215f.tar.bz2
historical-2f888c767db78aae0efbc3b5855e944e83e8215f.zip
Prevent pre-stripping binaries (bug #248713)
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-arch/pdv/files')
-rw-r--r--app-arch/pdv/files/pdv-1.5.1-no-strip.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-arch/pdv/files/pdv-1.5.1-no-strip.patch b/app-arch/pdv/files/pdv-1.5.1-no-strip.patch
new file mode 100644
index 000000000000..630bf5eb7c36
--- /dev/null
+++ b/app-arch/pdv/files/pdv-1.5.1-no-strip.patch
@@ -0,0 +1,13 @@
+diff -ur pdv-1.5.1-orig/pdv.c pdv-1.5.1/pdv.c
+--- pdv-1.5.1-orig/Makefile.in 2008-12-06 23:17:46.000000000 -0800
++++ pdv-1.5.1/Makefile.in 2008-12-06 23:18:37.000000000 -0800
+@@ -536,7 +536,8 @@
+ touch $@
+
+ pdv_fixed : pdv_fixed.c pdv
+- $(STRIPBIN) pdv
++ # let portage decide whether to strip binaries
++ #$(STRIPBIN) pdv
+ printf "%-5.5s" $$VERSION >> pdv
+ printf "\000\000\000\000\000\000\000\000" >> pdv
+ sleep 1