Source: libloki
Version: 0.1.7-3
Tags: patch
User: [email protected]
Usertags: rebootstrap

libloki fails to cross build from source, because it does not pass cross
tools to make. The easiest way of doing so - using dh_auto_build - makes
libloki cross buildable. Please consider applying the attached patch.

Helmut
diff -u libloki-0.1.7/debian/rules libloki-0.1.7/debian/rules
--- libloki-0.1.7/debian/rules
+++ libloki-0.1.7/debian/rules
@@ -19,7 +19,7 @@
 build-stamp:
        dh_testdir
 
-       $(MAKE) OS=Linux build-static build-shared
+       dh_auto_build -- OS=Linux build-static build-shared
 
        touch $@
 
diff -u libloki-0.1.7/debian/changelog libloki-0.1.7/debian/changelog
--- libloki-0.1.7/debian/changelog
+++ libloki-0.1.7/debian/changelog
@@ -1,3 +1,10 @@
+libloki (0.1.7-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Sun, 12 May 2019 09:43:33 +0200
+
 libloki (0.1.7-3) unstable; urgency=low
 
   * New maintainer. (Closes: #620021)

Reply via email to