]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/strip
Revert "python3-msgpack: update to 1.0.0"
[people/pmueller/ipfire-2.x.git] / lfs / strip
index 08aaee7c4b10390fac938206491bcb13cd1809f4..48e698a7cfecbd4c08210da59271a67248102644 100644 (file)
--- a/lfs/strip
+++ b/lfs/strip
@@ -59,6 +59,15 @@ $(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=$(STRIP) $(SHELL) $(DIR_SRC)/src/stripper $(ROOT) \
-               --exclude=/usr/src --exclude=$(TOOLS_DIR) \
-               --exclude=/usr/sbin/vdr --exclude=/usr/lib/vdr
+       STRIP=$(STRIP) $(SHELL) $(DIR_SRC)/src/stripper \
+               $(ROOT) \
+               --exclude=$(TOOLS_DIR) \
+               --exclude=/dev \
+               --exclude=/proc \
+               --exclude=/sys \
+               --exclude=/tmp \
+               --exclude=/usr/src \
+               --exclude=/usr/lib/vdr \
+               --exclude=/usr/sbin/vdr \
+               --exclude=/var/tmp \
+               --exclude=/usr/lib/go