From c218fea5eeff80e11e9b71c29f9cbbcc945019e5 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 16 Dec 2016 23:56:31 -0500 Subject: Fix the build on OpenIndiana --- Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 877dc55..a5ec278 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,15 @@ INSTALL ?= install DESTDIR ?= PREFIX ?= /usr -LOCAL_CPPFLAGS := -D_DEFAULT_SOURCE -D_GNU_SOURCE -DBFS_VERSION=\"$(VERSION)\" +LOCAL_CPPFLAGS := \ + -D_POSIX_C_SOURCE=200809L \ + -D_DEFAULT_SOURCE \ + -D_BSD_SOURCE \ + -D_GNU_SOURCE \ + -D_ATFILE_SOURCE \ + -D__EXTENSIONS__ \ + -DBFS_VERSION=\"$(VERSION)\" + LOCAL_CFLAGS := -std=c99 ALL_CPPFLAGS = $(LOCAL_CPPFLAGS) $(CPPFLAGS) -- cgit v1.2.3