diff options
Diffstat (limited to 'libexec/httpd')
| -rw-r--r-- | libexec/httpd/Makefile.boot | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
