From: Ian Beckwith Date: Tue, 8 May 2012 03:38:16 +0000 (+0100) Subject: hurd FTBFS patch: add -DSELECT X-Git-Tag: 302-2~12 X-Git-Url: http://erislabs.net/gitweb/?p=ckermit.git;a=commitdiff_plain;h=e106050b5e26250ed22853d4d76f984268126c61 hurd FTBFS patch: add -DSELECT --- diff --git a/debian/changelog b/debian/changelog index 7d2f0b7..90c289e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ ckermit (302-2) unstable; urgency=low + * Fix FTBFS on hurd-i386 (Closes: #671892) + Thanks to Svante Signell. * Fix pending l10n issues. Debconf translations: + Dutch; (Thanks to Jeroen Schot). Closes: #660843 + Polish (Thanks to Michał Kułach). Closes: #670771 diff --git a/debian/rules b/debian/rules index b6def6b..6720b1b 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ else endif DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) -ifeq ($(DEB_HOST_ARCH_OS),kfreebsd) +ifneq (,$(or $(findstring kfreebsd, $(DEB_HOST_ARCH_OS)), $(findstring hurd, $(DEB_HOST_ARCH_OS)))) CFLAGS += -DSELECT endif