diff options
author | Nathan Scott <nathans@sgi.com> | 2003-10-15 01:30:26 +0000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2003-10-15 01:30:26 +0000 |
commit | 6e4e265d972965868cd8960d4f167769f4e6653d (patch) | |
tree | 8d4c3bea5b666ba4f96450225916ddaff3e4b673 | |
parent | c2914d3e67b40d94ab9df5bfe9aabebd0f9bd909 (diff) | |
download | attr-6e4e265d972965868cd8960d4f167769f4e6653d.tar.gz |
Add some more glibc-based platforms that people are apparently porting acl/attr to
-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 af04236..e24c181 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@ -ifneq "$(findstring $(PKG_PLATFORM), linux gnu)" "" +ifneq "$(findstring $(PKG_PLATFORM), linux gnu gnu/kfreebsd gnu/knetbsd)" "" PCFLAGS = -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 endif |