Module Name: src Committed By: mrg Date: Wed Oct 30 07:28:13 UTC 2019
Modified Files: src/libexec/httpd: Makefile.boot Log Message: set -D_GNU_SOURCE, needed for linux systems and should be harmless or ignored elsewhere. from perry. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/libexec/httpd/Makefile.boot Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/libexec/httpd/Makefile.boot diff -u src/libexec/httpd/Makefile.boot:1.6 src/libexec/httpd/Makefile.boot:1.7 --- src/libexec/httpd/Makefile.boot:1.6 Thu Jan 2 08:30:22 2014 +++ src/libexec/httpd/Makefile.boot Wed Oct 30 07:28:13 2019 @@ -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