From fe56c8ee2fc3f59d4d63ea63c03d74254ae8d9f3 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sat, 21 Mar 2009 09:10:28 +0000 Subject: [PATCH] [packages] sslh: prevent use of host strip on target binary (closes: #4808) SVN-Revision: 14955 --- net/sslh/patches/001-no_strip.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net/sslh/patches/001-no_strip.patch diff --git a/net/sslh/patches/001-no_strip.patch b/net/sslh/patches/001-no_strip.patch new file mode 100644 index 0000000000..cf6e53d61c --- /dev/null +++ b/net/sslh/patches/001-no_strip.patch @@ -0,0 +1,10 @@ +--- a/Makefile ++++ b/Makefile +@@ -24,7 +24,6 @@ all: sslh $(MAN) + + sslh: sslh.c Makefile + $(CC) $(CFLAGS) -D'VERSION=$(VERSION)' -o sslh sslh.c $(LIBS) +- strip sslh + + $(MAN): sslh.pod Makefile + pod2man --section=8 --release=$(VERSION) --center=" " sslh.pod | gzip -9 - > $(MAN) -- 2.20.1