summaryrefslogtreecommitdiffhomepage
path: root/pkg-cron.git.local.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-09-11 21:22:44 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-09-11 21:31:42 +0000
commitf41d1e587349e105b1ec32b2a461a0f000eb2676 (patch)
treec6a81b09efd3af9329dadfd10a34dbb08a65554a /pkg-cron.git.local.patch
parentdfad49b0b8b34bee2a36948ba6d0cb15d81554c1 (diff)
downloadmidipix_build-f41d1e587349e105b1ec32b2a461a0f000eb2676.tar.bz2
midipix_build-f41d1e587349e105b1ec32b2a461a0f000eb2676.tar.xz
Fix {debug,release}-dependent stripping behaviour when building John the Ripper, netcat, pkg-cron and OpenSSH (via midipix.)
Diffstat (limited to 'pkg-cron.git.local.patch')
-rw-r--r--pkg-cron.git.local.patch13
1 files changed, 11 insertions, 2 deletions
diff --git a/pkg-cron.git.local.patch b/pkg-cron.git.local.patch
index adb254ec..4d6bc53e 100644
--- a/pkg-cron.git.local.patch
+++ b/pkg-cron.git.local.patch
@@ -1,5 +1,14 @@
---- pkg-cron.git/Makefile.orig 2016-07-04 15:39:29.482061697 +0000
-+++ pkg-cron.git/Makefile 2016-07-04 15:41:34.770058916 +0000
+--- pkg-cron.git/Makefile.orig 2016-07-11 19:06:33.212362869 +0000
++++ pkg-cron.git/Makefile 2016-09-11 20:37:42.714987721 +0000
+@@ -79,7 +79,7 @@
+ #DEFS = -D_BSD_SIGNALS -Dconst=
+ #<<the name of the BSD-like install program>>
+ #INSTALL = installbsd
+-INSTALL = install -s
++INSTALL = install $(INSTALLFLAGS)
+ #<<any special load flags>>
+ # LDFLAGS = -s
+ # Let install do the strip
@@ -118,8 +118,8 @@
$(CC) $(LDFLAGS) -o crontab $(CRONTAB_OBJ) $(LIBS)