[packages] sslh: prevent use of host strip on target binary (closes: #4808)
authorNicolas Thill <nico@openwrt.org>
Sat, 21 Mar 2009 09:10:28 +0000 (09:10 +0000)
committerNicolas Thill <nico@openwrt.org>
Sat, 21 Mar 2009 09:10:28 +0000 (09:10 +0000)
SVN-Revision: 14955

net/sslh/patches/001-no_strip.patch [new file with mode: 0644]

diff --git a/net/sslh/patches/001-no_strip.patch b/net/sslh/patches/001-no_strip.patch
new file mode 100644 (file)
index 0000000..cf6e53d
--- /dev/null
@@ -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)