From: Nicolas Thill Date: Sat, 21 Mar 2009 09:10:28 +0000 (+0000) Subject: [packages] sslh: prevent use of host strip on target binary (closes: #4808) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=fe56c8ee2fc3f59d4d63ea63c03d74254ae8d9f3;p=openwrt%2Fsvn-archive%2Farchive.git [packages] sslh: prevent use of host strip on target binary (closes: #4808) SVN-Revision: 14955 --- 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)