X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fstrip;h=d07ff43ee04ae02b29c116bf8628588061402fa3;hb=fd4d137dbe29bab16761f5fa90ee200a6725fe19;hp=3ae1bde6f5241b69de99eab65661b2913b227c9f;hpb=9572596c47e961c6f4d970b4c4c72bd5f90920e0;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/strip b/lfs/strip index 3ae1bde6f..d07ff43ee 100644 --- a/lfs/strip +++ b/lfs/strip @@ -46,4 +46,9 @@ md5 : ############################################################################### $(TARGET) : - STRIP="/tools/bin/strip" $(DIR_SRC)/src/stripper / + # 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/sbin/vdr --exclude=/usr/lib/vdr