From bd88997c377512ab00d02670d24baac06468c8cb Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Wed, 13 Feb 2013 14:14:47 +0200 Subject: [PATCH] vdr-iptv: use our 'strip' --- .../patches/vdr-iptv-0.5.2-use-our-strip.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 packages/3rdparty/multimedia/vdr-iptv/patches/vdr-iptv-0.5.2-use-our-strip.patch diff --git a/packages/3rdparty/multimedia/vdr-iptv/patches/vdr-iptv-0.5.2-use-our-strip.patch b/packages/3rdparty/multimedia/vdr-iptv/patches/vdr-iptv-0.5.2-use-our-strip.patch new file mode 100644 index 0000000000..0f6f059b45 --- /dev/null +++ b/packages/3rdparty/multimedia/vdr-iptv/patches/vdr-iptv-0.5.2-use-our-strip.patch @@ -0,0 +1,14 @@ +diff --git a/Makefile b/Makefile +index d41acd1..58faab1 100644 +--- a/Makefile ++++ b/Makefile +@@ -5,9 +5,6 @@ + # Debugging on/off + #IPTV_DEBUG = 1 + +-# Strip debug symbols? Set eg. to /bin/true if not +-STRIP = strip +- + # The official name of this plugin. + # This name will be used in the '-P...' option of VDR to load the plugin. + # By default the main source file also carries this name.