From 1580ba11750e3c5885becfbbbbb427535b799eb6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 23 Mar 2013 18:50:16 +0100 Subject: [PATCH] strip: Don't strip VDR binaries. --- lfs/strip | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lfs/strip b/lfs/strip index 30cb9b33b4..d07ff43ee0 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 -- 2.39.5