aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/monit/monit-4.10.1/no-strip-in-makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/monit/monit-4.10.1/no-strip-in-makefile.patch')
-rw-r--r--recipes/monit/monit-4.10.1/no-strip-in-makefile.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/monit/monit-4.10.1/no-strip-in-makefile.patch b/recipes/monit/monit-4.10.1/no-strip-in-makefile.patch
new file mode 100644
index 0000000000..26f5108a2d
--- /dev/null
+++ b/recipes/monit/monit-4.10.1/no-strip-in-makefile.patch
@@ -0,0 +1,11 @@
+--- monit-4.10.1/Makefile.in.orig 2009-05-10 21:19:00.000000000 -0500
++++ monit-4.10.1/Makefile.in 2009-05-10 21:19:11.000000000 -0500
+@@ -39,7 +39,7 @@ MODE_CONF = 600
+ MODE_DIRS = 755
+
+ INSTALL = @INSTALL@
+-INSTALL_PROG = $(INSTALL) -m $(MODE_PROGS) -s
++INSTALL_PROG = $(INSTALL) -m $(MODE_PROGS)
+ INSTALL_FILE = $(INSTALL) -m $(MODE_FILES)
+ INSTALL_DIR = $(INSTALL) -m $(MODE_DIRS) -d
+