From aec37a19d30a4983574d47a876263e048805d8de Mon Sep 17 00:00:00 2001 From: Markham Date: Sun, 19 Jan 2020 21:58:06 +0100 Subject: [PATCH] add forgotten patch for autofs-5.1.6 --- archive-patches/autofs-force-STRIP-to-empty.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 archive-patches/autofs-force-STRIP-to-empty.patch 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 -- 2.39.5