diff options
Diffstat (limited to 'package/tvheadend/patches')
-rw-r--r-- | package/tvheadend/patches/patch-configure | 22 | ||||
-rw-r--r-- | package/tvheadend/patches/patch-configure.orig | 11 |
2 files changed, 33 insertions, 0 deletions
diff --git a/package/tvheadend/patches/patch-configure b/package/tvheadend/patches/patch-configure new file mode 100644 index 000000000..97882365d --- /dev/null +++ b/package/tvheadend/patches/patch-configure @@ -0,0 +1,22 @@ +--- tvheadend-a9c6db8acbd85297238771b8b4430435b7994928.orig/configure 2024-03-03 05:21:25.000000000 +0100 ++++ tvheadend-a9c6db8acbd85297238771b8b4430435b7994928/configure 2024-03-03 05:37:39.643872622 +0100 +@@ -28,8 +28,8 @@ OPTIONS=( + "satip_server:yes" + "satip_client:yes" + "hdhomerun_client:no" +- "hdhomerun_server:yes" +- "hdhomerun_static:yes" ++ "hdhomerun_server:no" ++ "hdhomerun_static:no" + "iptv:yes" + "tsfile:yes" + "dvbscan:yes" +@@ -63,7 +63,7 @@ OPTIONS=( + "pcre2:auto" + "uriparser:auto" + "ccache:auto" +- "tvhcsa:auto" ++ "tvhcsa:no" + "bundle:no" + "pngquant:no" + "kqueue:no" diff --git a/package/tvheadend/patches/patch-configure.orig b/package/tvheadend/patches/patch-configure.orig new file mode 100644 index 000000000..3c8ed25ed --- /dev/null +++ b/package/tvheadend/patches/patch-configure.orig @@ -0,0 +1,11 @@ +--- tvheadend-a9c6db8acbd85297238771b8b4430435b7994928.orig/configure 2024-03-03 05:21:25.000000000 +0100 ++++ tvheadend-a9c6db8acbd85297238771b8b4430435b7994928/configure 2024-03-03 05:35:58.519873994 +0100 +@@ -63,7 +63,7 @@ OPTIONS=( + "pcre2:auto" + "uriparser:auto" + "ccache:auto" +- "tvhcsa:auto" ++ "tvhcsa:no" + "bundle:no" + "pngquant:no" + "kqueue:no" |