Source: xsol
Version: 0.31-13
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

xsol fails to cross build from source, because it uses the make default
$(CC). Please include /usr/share/dpkg/buildtools.mk to set up a proper
$(CC). The attached patch implements that.

Helmut
diff --minimal -Nru xsol-0.31/debian/changelog xsol-0.31/debian/changelog
--- xsol-0.31/debian/changelog  2017-01-21 16:53:38.000000000 +0100
+++ xsol-0.31/debian/changelog  2018-04-06 20:21:27.000000000 +0200
@@ -1,3 +1,10 @@
+xsol (0.31-13.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let buildtools.mk provide a cross CC. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Fri, 06 Apr 2018 20:21:27 +0200
+
 xsol (0.31-13) unstable; urgency=medium
 
   * Fix manpage typo.
diff --minimal -Nru xsol-0.31/debian/rules xsol-0.31/debian/rules
--- xsol-0.31/debian/rules      2013-06-21 09:13:45.000000000 +0200
+++ xsol-0.31/debian/rules      2018-04-06 20:21:26.000000000 +0200
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+-include /usr/share/dpkg/buildtools.mk
+
 # Use hardening options to build the package
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 LIBS+=-lXm -lXt -lX11

Reply via email to