Source: libibtk
Version: 0.0.14-12.1
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

libibtk fails to cross build from source, because it does not pass
--host to ./configure. The easiest way of doing so - using
dh_auto_configure - makes libibtk cross buildable. Please consider
applying the attached patch.

Helmut
diff -u libibtk-0.0.14/debian/changelog libibtk-0.0.14/debian/changelog
--- libibtk-0.0.14/debian/changelog
+++ libibtk-0.0.14/debian/changelog
@@ -1,3 +1,10 @@
+libibtk (0.0.14-12.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_configure pass --host to ./configure. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sun, 06 Sep 2020 14:25:05 +0200
+
 libibtk (0.0.14-12.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u libibtk-0.0.14/debian/rules libibtk-0.0.14/debian/rules
--- libibtk-0.0.14/debian/rules
+++ libibtk-0.0.14/debian/rules
@@ -23,9 +23,7 @@
 configure-stamp:
        dh_testdir
        dh_update_autotools_config
-       # Add here commands to configure the package.
-       ./configure --enable-shared --prefix=/usr 
--mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info 
--sysconfdir=/etc
-
+       dh_auto_configure -- --enable-shared
        touch configure-stamp
 
 build: build-stamp

Reply via email to