Source: asmixer
Version: 0.5-15
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

asmixer 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
asmixer cross buildable. Please consider applying the attached patch.

Helmut
diff -u asmixer-0.5/debian/changelog asmixer-0.5/debian/changelog
--- asmixer-0.5/debian/changelog
+++ asmixer-0.5/debian/changelog
@@ -1,3 +1,10 @@
+asmixer (0.5-15.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Tue, 26 Apr 2022 20:26:06 +0200
+
 asmixer (0.5-15) unstable; urgency=medium
 
   * Fix build issues (closes: #999333)
diff -u asmixer-0.5/debian/rules asmixer-0.5/debian/rules
--- asmixer-0.5/debian/rules
+++ asmixer-0.5/debian/rules
@@ -10,9 +10,7 @@
 build: build-stamp
 build-stamp:
        dh_testdir
-
-       $(MAKE) CFLAGS="-O2 -g"
-
+       dh_auto_build -- CFLAGS="-O2 -g"
        touch build-stamp
 
 clean:

Reply via email to