X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fstrip;h=d07ff43ee04ae02b29c116bf8628588061402fa3;hb=1e4b7130e1e0a05ae5c939122d6f88708bbf8531;hp=30cb9b33b47703ce3a4a1dfce25baba267f3af19;hpb=91b20d84de68c80e230838e81a470c7bf5d3457b;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/strip b/lfs/strip index 30cb9b33b..d07ff43ee 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