Package: libticables Version: 1.3.4+dfsg-2 Followup-For: Bug #727679 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following: * aarch64-linux-gnu.patch: Add arm64 to the arch table in configure.ac This is an updated patch for the current version in unstable, which should apply cleanly. Cheers. ... Adam -- System Information: Debian Release: wheezy/sid APT prefers trusty-updates APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 'trusty') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.12.0-1-generic (SMP w/4 CPU cores) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru libticables-1.3.4+dfsg/debian/changelog libticables-1.3.4+dfsg/debian/changelog diff -Nru libticables-1.3.4+dfsg/debian/patches/aarch64-linux-gnu.patch libticables-1.3.4+dfsg/debian/patches/aarch64-linux-gnu.patch --- libticables-1.3.4+dfsg/debian/patches/aarch64-linux-gnu.patch 1969-12-31 17:00:00.000000000 -0700 +++ libticables-1.3.4+dfsg/debian/patches/aarch64-linux-gnu.patch 2013-11-03 23:26:19.000000000 -0700 @@ -0,0 +1,13 @@ +Description: Add arm64 to the arch table in configure.ac +Author: Adam Conrad <adcon...@ubuntu.com> + +--- libticables-1.3.4+dfsg.orig/configure.ac ++++ libticables-1.3.4+dfsg/configure.ac +@@ -141,6 +141,7 @@ dnl AC_CANONICAL_HOST + case "$host" in + i[[3456]]86-*-*bsd*) ARCH="-D__BSD__ -D__I386__" ;; + *-*-*bsd*) ARCH="-D__BSD__" ;; ++ aarch64-*-linux-*) ARCH="-D__LINUX__" ;; + alpha*-*-linux-*) ARCH="-D__ALPHA__ -D__LINUX__" ;; + alpha*-*-*-*) ARCH="-D__ALPHA__ -D__LINUX__" ;; + arm*-*-linux-*) ARCH="-D__ARM__ -D__LINUX__" ;; diff -Nru libticables-1.3.4+dfsg/debian/patches/series libticables-1.3.4+dfsg/debian/patches/series --- libticables-1.3.4+dfsg/debian/patches/series 2013-08-19 08:25:46.000000000 -0600 +++ libticables-1.3.4+dfsg/debian/patches/series 2013-11-03 23:26:03.000000000 -0700 @@ -1 +1,2 @@ ftbfs-gnuhurd-configure.patch +aarch64-linux-gnu.patch