strip: Don't strip VDR binaries.

This commit is contained in:
Michael Tremer
2013-03-23 18:50:16 +01:00
parent c435d7dc16
commit 1580ba1175

View File

@@ -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