]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
strip: Don't strip VDR binaries.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 23 Mar 2013 17:50:16 +0000 (18:50 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 12 Apr 2013 11:53:33 +0000 (13:53 +0200)
lfs/strip

index 30cb9b33b47703ce3a4a1dfce25baba267f3af19..d07ff43ee04ae02b29c116bf8628588061402fa3 100644 (file)
--- 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