[libticables] 01/03: Fix FTBFS on ppc64el.

Andreas B. Mundt andi at moszumanska.debian.org
Tue Aug 5 18:18:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

andi pushed a commit to branch master
in repository libticables.

commit 98e216b9b59f34547e8add991af6df831e74daf3
Author: Andreas B. Mundt <andi at debian.org>
Date:   Tue Aug 5 15:31:54 2014 +0200

    Fix FTBFS on ppc64el.
    
    Thanks to Fernando Seiti Furusato <ferseiti at br.ibm.com> for the
    patch. (Closes: #755859)
---
 debian/patches/ftbfs-ppc64el-configure.patch | 18 ++++++++++++++++++
 debian/patches/series                        |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/ftbfs-ppc64el-configure.patch b/debian/patches/ftbfs-ppc64el-configure.patch
new file mode 100644
index 0000000..053756c
--- /dev/null
+++ b/debian/patches/ftbfs-ppc64el-configure.patch
@@ -0,0 +1,18 @@
+Description: Fix ftbfs on ppc64el.
+ Modifies configure.ac to fix ftbfs on ppc64el.
+Author: Fernando Seiti Furusato <ferseiti at br.ibm.com>
+Reviewed-by: Andreas B. Mundt <andi at debian.org>
+Forwarded: no
+Last-Update: 2014-08-05
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -160,7 +160,7 @@
+   mips-*-linux-*)        ARCH="-D__MIPS__ -D__LINUX__" ;;
+   mipsel-*-linux-*)      ARCH="-D__MIPS__ -D__LINUX__" ;;
+   powerpc-*-linux-*)     ARCH="-D__PPC__  -D__LINUX__" ;;
+-  powerpc64-*-linux-*)   ARCH="-D__PPC__  -D__LINUX__" ;;
++  powerpc64*-*-linux-*)  ARCH="-D__PPC__  -D__LINUX__" ;;
+   powerpc-apple-darwin*) ARCH="-D__PPC__  -D__MACOSX__" ;;
+   powerpc64-apple-darwin*) ARCH="-D__PPC__  -D__MACOSX__" ;;
+   s390*-*-linux-*)       ARCH="-D__LINUX__" ;;
diff --git a/debian/patches/series b/debian/patches/series
index 836fc60..324403c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 ftbfs-gnuhurd-configure.patch
 aarch64-linux-gnu.patch
+ftbfs-ppc64el-configure.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libticables.git



More information about the debian-science-commits mailing list