From f41d1e587349e105b1ec32b2a461a0f000eb2676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Sun, 11 Sep 2016 21:22:44 +0000 Subject: Fix {debug,release}-dependent stripping behaviour when building John the Ripper, netcat, pkg-cron and OpenSSH (via midipix.) --- pkg-cron.git.local.patch | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'pkg-cron.git.local.patch') 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= + #<> + #INSTALL = installbsd +-INSTALL = install -s ++INSTALL = install $(INSTALLFLAGS) + #<> + # LDFLAGS = -s + # Let install do the strip @@ -118,8 +118,8 @@ $(CC) $(LDFLAGS) -o crontab $(CRONTAB_OBJ) $(LIBS) -- cgit v1.2.3