[Debian-med-packaging] Bug#924529: delly FTCBFS: builds for the wrong architecture

Do Thanh Trung trung.dothanh at toshiba-tsdv.com
Thu Mar 14 03:31:00 GMT 2019


Source: delly
Version: 0.8.1-1
Severity: normal
Tags: patch
User: helmutg at debian.org
Usertags: rebootstrap


Hi,

delly fails to cross build because it does not pass cross build tools to 
make. Using "dh_auto_build" instead of "$(MAKE) can solve this problem.

-- 
Trung
-------------- next part --------------
diff -Nru delly-0.8.1/debian/rules delly-0.8.1/debian/rules
--- delly-0.8.1/debian/rules	2019-02-05 15:17:08.000000000 +0700
+++ delly-0.8.1/debian/rules	2019-02-05 15:17:08.000000000 +0700
@@ -9,7 +9,7 @@
 	dh $@
 
 override_dh_auto_build:
-	$(MAKE) BUILT_PROGRAMS="src/delly src/dpe"
+	dh_auto_build -- BUILT_PROGRAMS="src/delly src/dpe"
 	chrpath -d src/dpe src/delly
 
 override_dh_auto_install:
-------------- next part --------------
-- 
This mail was scanned by BitDefender
For more information please visit http://www.bitdefender.com


More information about the Debian-med-packaging mailing list