From: Markham Date: Sun, 19 Jan 2020 20:58:06 +0000 (+0100) Subject: add forgotten patch for autofs-5.1.6 X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=aec37a19d30a4983574d47a876263e048805d8de;p=bs-cst-neutrino-hd.git add forgotten patch for autofs-5.1.6 --- diff --git a/archive-patches/autofs-force-STRIP-to-empty.patch b/archive-patches/autofs-force-STRIP-to-empty.patch new file mode 100644 index 0000000..7d81f5e --- /dev/null +++ b/archive-patches/autofs-force-STRIP-to-empty.patch @@ -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