Source: matchbox-desktop
Version: 2.2+git20200512-1
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

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

Helmut
diff --minimal -Nru matchbox-desktop-2.2+git20200512/debian/changelog 
matchbox-desktop-2.2+git20200512/debian/changelog
--- matchbox-desktop-2.2+git20200512/debian/changelog   2020-06-15 
17:49:49.000000000 +0200
+++ matchbox-desktop-2.2+git20200512/debian/changelog   2020-08-21 
06:59:10.000000000 +0200
@@ -1,3 +1,10 @@
+matchbox-desktop (2.2+git20200512-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_configure pass --host to ./configure. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Fri, 21 Aug 2020 06:59:10 +0200
+
 matchbox-desktop (2.2+git20200512-1) unstable; urgency=medium
 
   * New upstream release from Yocto Project git.
diff --minimal -Nru matchbox-desktop-2.2+git20200512/debian/rules 
matchbox-desktop-2.2+git20200512/debian/rules
--- matchbox-desktop-2.2+git20200512/debian/rules       2020-06-15 
17:49:49.000000000 +0200
+++ matchbox-desktop-2.2+git20200512/debian/rules       2020-08-21 
06:59:09.000000000 +0200
@@ -6,4 +6,4 @@
        dh $@
 
 override_dh_auto_configure:
-       ./configure --prefix=/usr --enable-startup-notification 
--sysconfdir=/etc
+       dh_auto_configure -- --enable-startup-notification

Reply via email to