diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-05-15 13:41:41 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-05-15 13:41:41 +0200 |
commit | f2aaae610229ed38718553ea2d0e2b8d9d5cd07c (patch) | |
tree | 9a5558f4736c8c368fe7d6de3062fb12f2ff9d5b /debian/patches/0001-hurd.patch | |
parent | fd84ce32ce3f4d636ce232e6692a18787d98c216 (diff) |
Add recommended patches
Diffstat (limited to 'debian/patches/0001-hurd.patch')
-rw-r--r-- | debian/patches/0001-hurd.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/0001-hurd.patch b/debian/patches/0001-hurd.patch new file mode 100644 index 0000000..236cdea --- /dev/null +++ b/debian/patches/0001-hurd.patch @@ -0,0 +1,16 @@ +Author: Svante Signell <svante.signell@telia.com> +Description: Enable build of all targets on GNU/Hurd (Closes: #643649). + +Index: trunk/Makefile +=================================================================== +--- trunk.orig/Makefile ++++ trunk/Makefile +@@ -43,7 +43,7 @@ INSTALL_PROGRAM := $(INSTALL) -m 755 + RM := rm -f + + # BSD make provides $MACHINE, but GNU make doesn't +-MACHINE ?= $(shell uname -m 2>/dev/null) ++MACHINE ?= $(shell uname -m 2>/dev/null | cut - -d- -f 1) + + # These programs are only useful on x86 + PROGRAMS-i386 := biosdecode ownership vpddecode |