diff options
author | Nathan Scott <nathans@sgi.com> | 2003-10-13 03:31:00 +0000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2003-10-13 03:31:00 +0000 |
commit | 28950405264dbb46f4095bc1a4a6bc8135560a0c (patch) | |
tree | 8d153cb70d09094737a545d46fdc8fbcbca1ca61 /include | |
parent | c6c260e49a567541bbac28ee90e76415cbd5d3b0 (diff) | |
download | attr-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.in | 2 |
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 |