package/rpi-userland: don't install file in random location
[buildroot-gz.git] / package / libhdhomerun / 0001-dont-strip.patch
blob17a9ff49a9d7904d3fdb37cd67b58b3f9ce86d1e
1 Disable strip in Makefile.
3 Patch downloaded from Gentoo:
4 https://gitweb.gentoo.org/repo/gentoo.git/tree/media-libs/libhdhomerun/files/dont-strip.patch
6 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
8 diff -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 @@
13 hdhomerun_config$(BINEXT) : hdhomerun_config.c $(LIBSRCS)
14 $(CC) $(CFLAGS) $+ $(LDFLAGS) -o $@
15 - $(STRIP) $@
17 libhdhomerun$(LIBEXT) : $(LIBSRCS)
18 $(CC) $(CFLAGS) -fPIC -DDLL_EXPORT $(SHARED) $+ $(LDFLAGS) -o $@