summaryrefslogtreecommitdiff
path: root/include
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
commit7263126f06117093f57012ee5e2db96839f3ac25 (patch)
treeb747d7735513fb3e586cf00cc986b9331e697710 /include
parented4a9081fe3fad51aec98f516d563456fcd05403 (diff)
downloadacl-7263126f06117093f57012ee5e2db96839f3ac25.tar.gz
Add some more glibc-based platforms that people are apparently porting acl/attr to
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 4fa111b..2ad529a 100644
--- a/include/builddefs.in
+++ b/include/builddefs.in
@@ -85,7 +85,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