[packages] sslh: prevent use of host strip on target binary (closes: #4808)
[openwrt/svn-archive/archive.git] / net / sslh / patches / 001-no_strip.patch
1 --- a/Makefile
2 +++ b/Makefile
3 @@ -24,7 +24,6 @@ all: sslh $(MAN)
4
5 sslh: sslh.c Makefile
6 $(CC) $(CFLAGS) -D'VERSION=$(VERSION)' -o sslh sslh.c $(LIBS)
7 - strip sslh
8
9 $(MAN): sslh.pod Makefile
10 pod2man --section=8 --release=$(VERSION) --center=" " sslh.pod | gzip -9 - > $(MAN)