Source: bootp
Version: 2.4.3-19
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

bootp fails to cross build from source, because it does not pass cross
tools to make. The easiest way of fixing that - using dh_auto_build -
makes bootp cross buildable. Please consider applying the attached
patch.

Helmut
diff --minimal -Nru bootp-2.4.3/debian/changelog bootp-2.4.3/debian/changelog
--- bootp-2.4.3/debian/changelog        2020-07-09 05:40:44.000000000 +0200
+++ bootp-2.4.3/debian/changelog        2020-09-14 17:58:57.000000000 +0200
@@ -1,3 +1,10 @@
+bootp (2.4.3-19.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>  Mon, 14 Sep 2020 17:58:57 +0200
+
 bootp (2.4.3-19) unstable; urgency=medium
 
   * Source format is 3.0 (quilt)
diff --minimal -Nru bootp-2.4.3/debian/rules bootp-2.4.3/debian/rules
--- bootp-2.4.3/debian/rules    2020-07-09 04:19:36.000000000 +0200
+++ bootp-2.4.3/debian/rules    2020-09-14 17:58:56.000000000 +0200
@@ -7,8 +7,7 @@
 
 build:
        dh_testdir
-
-       $(MAKE) SYSDEFS=-DETC_ETHERS
+       dh_auto_build -- SYSDEFS=-DETC_ETHERS
 
 clean:
        dh_testdir

Reply via email to