[SCM] kodi/master: Don't stop configuration for unknown architectures

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Wed Aug 19 19:08:44 UTC 2015


The following commit has been merged in the master branch:
commit 2f061277b70420052ab3c0bd1c949c935641e749
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Tue Aug 18 23:44:23 2015 +0200

    Don't stop configuration for unknown architectures

diff --git a/debian/patches/02_allow_all_arches.patch b/debian/patches/02_allow_all_arches.patch
new file mode 100644
index 0000000..80ab533
--- /dev/null
+++ b/debian/patches/02_allow_all_arches.patch
@@ -0,0 +1,22 @@
+diff --git a/m4/xbmc_arch.m4 b/m4/xbmc_arch.m4
+index 0b66a82..6c76401 100644
+--- a/m4/xbmc_arch.m4
++++ b/m4/xbmc_arch.m4
+@@ -27,7 +27,7 @@ case $build in
+      AC_SUBST(NATIVE_ARCH_DEFINES, "-DTARGET_POSIX -DTARGET_LINUX -D_LINUX")
+      ;;
+   *)
+-     AC_MSG_ERROR(unsupported native build platform: $build)
++     AC_SUBST(NATIVE_ARCH_DEFINES, "-DTARGET_POSIX -DTARGET_LINUX -D_LINUX")
+ esac
+ 
+ 
+@@ -70,7 +70,7 @@ case $host in
+      AC_SUBST(ARCH_DEFINES, "-DTARGET_POSIX -DTARGET_LINUX -D_LINUX -DTARGET_ANDROID")
+      ;;
+   *)
+-     AC_MSG_ERROR(unsupported build target: $host)
++     AC_SUBST(ARCH_DEFINES, "-DTARGET_POSIX -DTARGET_LINUX -D_LINUX")
+ esac
+ 
+ if test "$target_platform" = "target_android" ; then
diff --git a/debian/patches/series b/debian/patches/series
index 9c16054..e784a5d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
 01_reproducible_build.patch
+02_allow_all_arches.patch
 03-privacy.patch
 04-differentiate-from-vanilla-Kodi.patch
 06-use-external-libraries.patch

-- 
kodi packaging



More information about the pkg-multimedia-commits mailing list