From 37272c61ce3a8b742e6ddafd4de5077cd97ea7fa Mon Sep 17 00:00:00 2001 From: mrg Date: Wed, 30 Oct 2019 07:28:13 +0000 Subject: set -D_GNU_SOURCE, needed for linux systems and should be harmless or ignored elsewhere. from perry. --- libexec/httpd/Makefile.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec') diff --git a/libexec/httpd/Makefile.boot b/libexec/httpd/Makefile.boot index 8a9aaf0f1b9..8bf7534de06 100644 --- a/libexec/httpd/Makefile.boot +++ b/libexec/httpd/Makefile.boot @@ -6,7 +6,7 @@ CC= cc OPT= -O LARGE_CFLAGS= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -LOCAL_CFLAGS= -DNO_LUA_SUPPORT +LOCAL_CFLAGS= -DNO_LUA_SUPPORT -D_GNU_SOURCE CFLAGS= $(OPT) $(LARGE_CFLAGS) $(LOCAL_CFLAGS) GROFF= groff -Tascii -- cgit