aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/proftpd/files/proftpd-install-nostrip.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/proftpd/files/proftpd-install-nostrip.patch')
-rw-r--r--recipes/proftpd/files/proftpd-install-nostrip.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/proftpd/files/proftpd-install-nostrip.patch b/recipes/proftpd/files/proftpd-install-nostrip.patch
new file mode 100644
index 0000000000..8dbcfc0f47
--- /dev/null
+++ b/recipes/proftpd/files/proftpd-install-nostrip.patch
@@ -0,0 +1,13 @@
+--- a/Make.rules.in~ 2010-11-22 13:37:25.000000000 +0100
++++ b/Make.rules.in 2010-11-22 13:38:55.100022169 +0100
+@@ -28,8 +28,8 @@
+ INSTALL=@INSTALL@
+ INSTALL_USER=@install_user@
+ INSTALL_GROUP=@install_group@
+-INSTALL_BIN=$(INSTALL) @INSTALL_STRIP@ -m 0755
+-INSTALL_SBIN=$(INSTALL) @INSTALL_STRIP@ -m 0755
++INSTALL_BIN=$(INSTALL) -m 0755
++INSTALL_SBIN=$(INSTALL) -m 0755
+ INSTALL_MAN=$(INSTALL) -m 0644
+
+ RM=rm -f