]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
add forgotten patch for autofs-5.1.6
authorMarkham <markham001@gmx.de>
Sun, 19 Jan 2020 20:58:06 +0000 (21:58 +0100)
committerMarkham <markham001@gmx.de>
Sun, 19 Jan 2020 20:58:06 +0000 (21:58 +0100)
archive-patches/autofs-force-STRIP-to-empty.patch [new file with mode: 0644]

diff --git a/archive-patches/autofs-force-STRIP-to-empty.patch b/archive-patches/autofs-force-STRIP-to-empty.patch
new file mode 100644 (file)
index 0000000..7d81f5e
--- /dev/null
@@ -0,0 +1,14 @@
+--- a/Makefile.rules
++++ b/Makefile.rules
+@@ -35,9 +35,9 @@ LDFLAGS   ?= -s
+ endif
+ ifdef DONTSTRIP
+-STRIP     ?= :
++STRIP     = :
+ else
+-STRIP     ?= strip --strip-debug
++STRIP     = :
+ endif
+ CC        ?= gcc