From 28950405264dbb46f4095bc1a4a6bc8135560a0c Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Mon, 13 Oct 2003 03:31:00 +0000 Subject: Fix some GNU/Hurd build issues for some Debian people porting to that platform. --- include/builddefs.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/builddefs.in b/include/builddefs.in index ca81852..61f3048 100644 --- a/include/builddefs.in +++ b/include/builddefs.in @@ -84,7 +84,7 @@ ENABLE_SHARED = @enable_shared@ ENABLE_GETTEXT = @enable_gettext@ HAVE_ZIPPED_MANPAGES = @have_zipped_manpages@ -ifeq ($(PKG_PLATFORM),linux) +ifneq "$(findstring $(PKG_PLATFORM), linux gnuhurd)" "" PCFLAGS = -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 endif -- cgit v1.2.1