From e106050b5e26250ed22853d4d76f984268126c61 Mon Sep 17 00:00:00 2001 From: Ian Beckwith Date: Tue, 8 May 2012 04:38:16 +0100 Subject: [PATCH] hurd FTBFS patch: add -DSELECT --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.11.0