[SCM] kodi/master: Continue configuration for unknown arches even further

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Fri Aug 21 14:57:49 UTC 2015


The following commit has been merged in the master branch:
commit 49c11c0a1d5d0a992e9c96301b0ee101653efd0f
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Wed Aug 19 23:00:10 2015 +0200

    Continue configuration for unknown arches even further
    
    Closes: #790635

diff --git a/debian/patches/02_allow_all_arches.patch b/debian/patches/02_allow_all_arches.patch
index 80ab533..5dfd87d 100644
--- a/debian/patches/02_allow_all_arches.patch
+++ b/debian/patches/02_allow_all_arches.patch
@@ -1,8 +1,6 @@
-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
+@@ -27,7 +27,7 @@
       AC_SUBST(NATIVE_ARCH_DEFINES, "-DTARGET_POSIX -DTARGET_LINUX -D_LINUX")
       ;;
    *)
@@ -11,7 +9,7 @@ index 0b66a82..6c76401 100644
  esac
  
  
-@@ -70,7 +70,7 @@ case $host in
+@@ -70,7 +70,7 @@
       AC_SUBST(ARCH_DEFINES, "-DTARGET_POSIX -DTARGET_LINUX -D_LINUX -DTARGET_ANDROID")
       ;;
    *)
@@ -20,3 +18,14 @@ index 0b66a82..6c76401 100644
  esac
  
  if test "$target_platform" = "target_android" ; then
+--- a/configure.ac
++++ b/configure.ac
+@@ -715,7 +715,7 @@
+      USE_STATIC_FFMPEG=1
+      ;;
+   *)
+-     AC_MSG_ERROR(unsupported host ($host))
++     ARCH=$host_cpu"-"$host_os
+ esac
+ AC_SUBST([ARCH])
+ 

-- 
kodi packaging



More information about the pkg-multimedia-commits mailing list