Source: endlessh
Version: 1.1-1
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

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

Helmut
diff --minimal -Nru endlessh-1.1/debian/changelog endlessh-1.1/debian/changelog
--- endlessh-1.1/debian/changelog       2020-02-01 05:29:51.000000000 +0100
+++ endlessh-1.1/debian/changelog       2020-02-03 05:53:17.000000000 +0100
@@ -1,3 +1,10 @@
+endlessh (1.1-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_make pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Mon, 03 Feb 2020 05:53:17 +0100
+
 endlessh (1.1-1) unstable; urgency=medium
 
   * New upstream version 1.1
diff --minimal -Nru endlessh-1.1/debian/rules endlessh-1.1/debian/rules
--- endlessh-1.1/debian/rules   2020-02-01 05:29:51.000000000 +0100
+++ endlessh-1.1/debian/rules   2020-02-03 05:53:16.000000000 +0100
@@ -8,7 +8,7 @@
        dh $@
 
 override_dh_auto_build:
-       make endlessh CFLAGS="$(CFLAGS) -std=c99" LDFLAGS="$(LDFLAGS)"
+       dh_auto_build -- endlessh CFLAGS="$(CFLAGS) -std=c99" 
LDFLAGS="$(LDFLAGS)"
 
 override_dh_auto_install:
        make install DESTDIR=debian/endlessh PREFIX=/usr

Reply via email to