summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2003-10-15 01:30:26 +0000
committerNathan Scott <nathans@sgi.com>2003-10-15 01:30:26 +0000
commit6e4e265d972965868cd8960d4f167769f4e6653d (patch)
tree8d4c3bea5b666ba4f96450225916ddaff3e4b673
parentc2914d3e67b40d94ab9df5bfe9aabebd0f9bd909 (diff)
downloadattr-6e4e265d972965868cd8960d4f167769f4e6653d.tar.gz
Add some more glibc-based platforms that people are apparently porting acl/attr to
-rw-r--r--include/builddefs.in2
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