From: Michael Tremer Date: Sat, 23 Mar 2013 17:50:16 +0000 (+0100) Subject: strip: Don't strip VDR binaries. X-Git-Tag: v2.13-core68^2~18^2~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1580ba11750e3c5885becfbbbbb427535b799eb6;p=people%2Fms%2Fipfire-2.x.git strip: Don't strip VDR binaries. --- diff --git a/lfs/strip b/lfs/strip index 30cb9b33b4..d07ff43ee0 100644 --- a/lfs/strip +++ b/lfs/strip @@ -46,5 +46,9 @@ md5 : ############################################################################### $(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 / \ - --exclude=/usr/src --exclude=/tools + --exclude=/usr/src --exclude=/tools \ + --exclude=/usr/sbin/vdr --exclude=/usr/lib/vdr