]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/strip
cups-filters: Update to 1.27.4
[ipfire-2.x.git] / lfs / strip
index b22cfb9a357fc8885397a63d0e6c7e39ad64c845..48e698a7cfecbd4c08210da59271a67248102644 100644 (file)
--- a/lfs/strip
+++ b/lfs/strip
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2017  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -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