From 6e4e265d972965868cd8960d4f167769f4e6653d Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Wed, 15 Oct 2003 01:30:26 +0000 Subject: Add some more glibc-based platforms that people are apparently porting acl/attr to --- include/builddefs.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3