[SCM] directfb/master: Build fluxcomp for build architecture

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Thu Aug 17 10:45:01 UTC 2017


The following commit has been merged in the master branch:
commit bce571d95212b2f7588d0c1f612a004fdce272af
Author: Helmut Grohne <helmut at subdivi.de>
Date:   Thu Aug 17 12:43:06 2017 +0200

    Build fluxcomp for build architecture

diff --git a/debian/changelog b/debian/changelog
index 661ce14..9b249ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+directfb (1.7.7-5.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Configure flux for the build architecture (Closes: #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de>  Wed, 16 Aug 2017 20:23:54 +0200
+
 directfb (1.7.7-5) unstable; urgency=medium
 
   * debian/{patches,*.install}: Turn libdavinci_c64x into a convenience
diff --git a/debian/rules b/debian/rules
index b4b5808..33b6072 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ override_dh_auto_clean:
 	dh_auto_clean
 
 override_dh_auto_configure:
-	dh_auto_configure -Dflux
+	dh_auto_configure -Dflux -- --host=$(DEB_BUILD_GNU_TYPE)
 	dh_auto_build -Dflux
 	cp -r flux-files/* .
 	PATH=$(CURDIR)/flux/src:$$PATH \

-- 
directfb packaging



More information about the pkg-multimedia-commits mailing list