[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#973979: dbmix FTCBFS: confuses build and host architecture



Source: dbmix
Version: 0.9.8-7
Tags: patch
User: debian-cross@lists.debian.org
Usertags: ftcbfs

dbmix fails to cross build from source, because it confuses the terms
build architecture and host architecture in a quite obvious way. Please
consider applying the attached patch.

Helmut
diff -u dbmix-0.9.8/debian/changelog dbmix-0.9.8/debian/changelog
--- dbmix-0.9.8/debian/changelog
+++ dbmix-0.9.8/debian/changelog
@@ -1,3 +1,9 @@
+dbmix (0.9.8-8) UNRELEASED; urgency=medium
+
+  * Fix FTCBFS: Fix build vs host confusion. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Sat, 07 Nov 2020 20:26:52 +0100
+
 dbmix (0.9.8-7) unstable; urgency=medium
 
   * QA upload.
diff -u dbmix-0.9.8/debian/rules dbmix-0.9.8/debian/rules
--- dbmix-0.9.8/debian/rules
+++ dbmix-0.9.8/debian/rules
@@ -13,7 +13,7 @@
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
   confflags += $(DEB_HOST_GNU_TYPE)
 else
-  confflags += --host $(DEB_BUILD_GNU_TYPE) --build $(DEB_HOST_GNU_TYPE)
+  confflags += --host $(DEB_HOST_GNU_TYPE) --build $(DEB_BUILD_GNU_TYPE)
 endif
   
 CFLAGS=-Wall -g

Reply to: