From 03a883dd238587f556caf48ace16046f8ecd5aec Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Fri, 22 Nov 2013 21:54:28 +0200 Subject: [PATCH] vdr-epgsearch: don't build unused plugins --- ...search-03_don-t-build-unused-plugins.patch | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 packages/3rdparty/multimedia/vdr-epgsearch/patches/vdr-epgsearch-03_don-t-build-unused-plugins.patch diff --git a/packages/3rdparty/multimedia/vdr-epgsearch/patches/vdr-epgsearch-03_don-t-build-unused-plugins.patch b/packages/3rdparty/multimedia/vdr-epgsearch/patches/vdr-epgsearch-03_don-t-build-unused-plugins.patch new file mode 100644 index 0000000000..00e6a9ca8a --- /dev/null +++ b/packages/3rdparty/multimedia/vdr-epgsearch/patches/vdr-epgsearch-03_don-t-build-unused-plugins.patch @@ -0,0 +1,29 @@ +From 61c795e71df00f4d3c22d2be405ceb0eb0e0e49c Mon Sep 17 00:00:00 2001 +From: Stefan Saraev +Date: Fri, 22 Nov 2013 21:45:56 +0200 +Subject: [PATCH] don't build unused plugins + +--- + Makefile | 6 +++--- + 1 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/Makefile b/Makefile +index 118e379..5f15ebe 100644 +--- a/Makefile ++++ b/Makefile +@@ -16,9 +16,9 @@ + ### edit one of these lines to '1', if you don't want the addon epgsearchonly, + ### conflictcheckonly or quickepgsearch + +-WITHOUT_EPGSEARCHONLY=0 +-WITHOUT_CONFLICTCHECKONLY=0 +-WITHOUT_QUICKSEARCH=0 ++WITHOUT_EPGSEARCHONLY=1 ++WITHOUT_CONFLICTCHECKONLY=1 ++WITHOUT_QUICKSEARCH=1 + + ### edit this to '0' if you don't want epgsearch to auto config itself + AUTOCONFIG=1 +-- +1.7.2.5 +