summary refs log tree commit diff
path: root/pkgs/by-name/_9/_9base/dont-strip.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/_9/_9base/dont-strip.patch')
-rw-r--r--pkgs/by-name/_9/_9base/dont-strip.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/by-name/_9/_9base/dont-strip.patch b/pkgs/by-name/_9/_9base/dont-strip.patch
new file mode 100644
index 00000000000..9385f70b79b
--- /dev/null
+++ b/pkgs/by-name/_9/_9base/dont-strip.patch
@@ -0,0 +1,12 @@
+diff --git a/sam/Makefile b/sam/Makefile
+index 17ada1f..1e9e9b8 100644
+--- a/sam/Makefile
++++ b/sam/Makefile
+@@ -10,7 +10,6 @@ MANFILES  = sam.1
+ include ../config.mk
+ 
+ all: ${TARG}
+-	@strip ${TARG}
+ 	@echo built ${TARG}
+ 
+ install: ${TARG}