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
commit6288b9e8d3032c96970ffd3192751256572b1b82 (patch)
treee09b76ad4b24c1e7dd041c9be15288c6dbe9b54b /app-arch/pdv/files
parentSet VersionChannelName when running so new upstream releases do not break exi... (diff)
downloadgentoo-2-6288b9e8d3032c96970ffd3192751256572b1b82.tar.gz
gentoo-2-6288b9e8d3032c96970ffd3192751256572b1b82.tar.bz2
gentoo-2-6288b9e8d3032c96970ffd3192751256572b1b82.zip
Prevent pre-stripping binaries (bug #248713)
(Portage version: 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