summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2003-10-13 03:31:00 +0000
committerNathan Scott <nathans@sgi.com>2003-10-13 03:31:00 +0000
commit28950405264dbb46f4095bc1a4a6bc8135560a0c (patch)
tree8d153cb70d09094737a545d46fdc8fbcbca1ca61 /include
parentc6c260e49a567541bbac28ee90e76415cbd5d3b0 (diff)
downloadattr-28950405264dbb46f4095bc1a4a6bc8135560a0c.tar.gz
Fix some GNU/Hurd build issues for some Debian people porting to that platform.
Diffstat (limited to 'include')
-rw-r--r--include/builddefs.in2
1 files changed, 1 insertions, 1 deletions
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