From: nico 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://207.154.207.93/?a=commitdiff_plain;h=d26134e6836803c385789692cb61f56335818523;p=packages.git [packages] sslh: prevent use of host strip on target binary (closes: #4808) git-svn-id: svn://svn.openwrt.org/openwrt/packages@14955 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/sslh/patches/001-no_strip.patch b/net/sslh/patches/001-no_strip.patch new file mode 100644 index 000000000..cf6e53d61 --- /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)