From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- media-libs/libhdhomerun/files/dont-strip.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 media-libs/libhdhomerun/files/dont-strip.patch (limited to 'media-libs/libhdhomerun/files') diff --git a/media-libs/libhdhomerun/files/dont-strip.patch b/media-libs/libhdhomerun/files/dont-strip.patch new file mode 100644 index 000000000000..62aa00af3f07 --- /dev/null +++ b/media-libs/libhdhomerun/files/dont-strip.patch @@ -0,0 +1,13 @@ +diff -Nur libhdhomerun/Makefile libhdhomerun.fix/Makefile +--- libhdhomerun/Makefile 2012-08-30 15:46:27.000000000 -0500 ++++ libhdhomerun.fix/Makefile 2013-03-24 14:47:08.740937164 -0500 +@@ -42,7 +42,6 @@ + + hdhomerun_config$(BINEXT) : hdhomerun_config.c $(LIBSRCS) + $(CC) $(CFLAGS) $+ $(LDFLAGS) -o $@ +- $(STRIP) $@ + + libhdhomerun$(LIBEXT) : $(LIBSRCS) + $(CC) $(CFLAGS) -fPIC -DDLL_EXPORT $(SHARED) $+ $(LDFLAGS) -o $@ +Binary files libhdhomerun/hdhomerun_config and libhdhomerun.fix/hdhomerun_config differ +Binary files libhdhomerun/libhdhomerun.so and libhdhomerun.fix/libhdhomerun.so differ -- cgit v1.2.3