xref: /OK3568_Linux_fs/buildroot/package/libhdhomerun/0001-dont-strip.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1Disable strip in Makefile.
2
3Patch downloaded from Gentoo:
4https://gitweb.gentoo.org/repo/gentoo.git/tree/media-libs/libhdhomerun/files/dont-strip.patch
5
6Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
7
8diff -Nur libhdhomerun/Makefile libhdhomerun.fix/Makefile
9--- libhdhomerun/Makefile	2012-08-30 15:46:27.000000000 -0500
10+++ libhdhomerun.fix/Makefile	2013-03-24 14:47:08.740937164 -0500
11@@ -42,7 +42,6 @@
12
13 hdhomerun_config$(BINEXT) : hdhomerun_config.c $(LIBSRCS)
14 	$(CC) $(CFLAGS) $+ $(LDFLAGS) -o $@
15-	$(STRIP) $@
16
17 libhdhomerun$(LIBEXT) : $(LIBSRCS)
18 	$(CC) $(CFLAGS) -fPIC -DDLL_EXPORT $(SHARED) $+ $(LDFLAGS) -o $@
19