From: Michael Tremer Date: Wed, 7 Jun 2017 09:58:02 +0000 (+0100) Subject: Run strip with tools from the host system X-Git-Tag: v2.19-core112~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4960c9123246d13c04347551b179b45d9dae39d1;p=people%2Fstevee%2Fipfire-2.x.git Run strip with tools from the host system Signed-off-by: Michael Tremer --- diff --git a/lfs/strip b/lfs/strip index d07ff43ee0..237f4d2b3b 100644 --- a/lfs/strip +++ b/lfs/strip @@ -49,6 +49,6 @@ $(TARGET) : # Don't strip VDR binaries, because they use a weird plugin system # which does not work when unneeded symbols get stripped from # /usr/sbin/vdr. - STRIP="/tools/bin/strip" $(DIR_SRC)/src/stripper / \ + $(DIR_SRC)/src/stripper $(ROOT) \ --exclude=/usr/src --exclude=/tools \ --exclude=/usr/sbin/vdr --exclude=/usr/lib/vdr diff --git a/make.sh b/make.sh index 9c4c6ca089..a0f2dffc28 100755 --- a/make.sh +++ b/make.sh @@ -895,7 +895,7 @@ buildinstaller() { export LOGFILE lfsmake2 memtest lfsmake2 installer - lfsmake2 strip + lfsmake1 strip } buildpackages() {