X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fstrip;h=237f4d2b3b5a243a007c89b886f6d3a01326a038;hb=88a8c3ac5aa11378cf42e049b34265670d427d3f;hp=30cb9b33b47703ce3a4a1dfce25baba267f3af19;hpb=534fb55f9d0a212c5d857eb3eccabe5c08df1ba1;p=ipfire-2.x.git diff --git a/lfs/strip b/lfs/strip index 30cb9b33b4..237f4d2b3b 100644 --- a/lfs/strip +++ b/lfs/strip @@ -46,5 +46,9 @@ md5 : ############################################################################### $(TARGET) : - STRIP="/tools/bin/strip" $(DIR_SRC)/src/stripper / \ - --exclude=/usr/src --exclude=/tools + # 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. + $(DIR_SRC)/src/stripper $(ROOT) \ + --exclude=/usr/src --exclude=/tools \ + --exclude=/usr/sbin/vdr --exclude=/usr/lib/vdr