summaryrefslogtreecommitdiffstats
path: root/package/tvheadend
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2013-01-01 06:49:23 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-01-01 21:53:31 +0100
commit2147db9bdecd7b52ed53bbcd49f4f0e7a1ad1b23 (patch)
tree960819c80a0a97bc398f687dab7dbeabdc9c58fa /package/tvheadend
parent560e7db37433fc82760f71557dbc3e495f05f909 (diff)
downloadbuildroot-novena-2147db9bdecd7b52ed53bbcd49f4f0e7a1ad1b23.tar.gz
buildroot-novena-2147db9bdecd7b52ed53bbcd49f4f0e7a1ad1b23.zip
package/tvheadend: does not reqquire wordexp
Builds just fine without it (probably stray include?) Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/tvheadend')
-rw-r--r--package/tvheadend/tvheadend-no-wordexp.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/package/tvheadend/tvheadend-no-wordexp.patch b/package/tvheadend/tvheadend-no-wordexp.patch
new file mode 100644
index 000000000..ae290edaf
--- /dev/null
+++ b/package/tvheadend/tvheadend-no-wordexp.patch
@@ -0,0 +1,20 @@
+epggrab: do not include wordexp.h
+
+Nothing from wordexp.h is needed (stray include?)
+
+Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
+---
+Patch sent upstream, but no mailing-list. :-(
+Status: awaiting feedback.
+
+diff -durN tvheadend-v3.3.orig/src/epggrab.c tvheadend-v3.3/src/epggrab.c
+--- tvheadend-v3.3.orig/src/epggrab.c 2012-09-25 15:32:31.000000000 +0200
++++ tvheadend-v3.3/src/epggrab.c 2012-12-31 19:22:29.768431849 +0100
+@@ -20,7 +20,6 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <assert.h>
+-#include <wordexp.h>
+ #include <unistd.h>
+ #include <sys/types.h>
+ #include <sys/un.h>