mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-20 08:24:20 +03:00
Put -D_BSD_SOURCE back because it breaks building on Linux, even thought it is not strictly needed.
svn path=/trunk/netsurf/; revision=3348
This commit is contained in:
parent
89a44d8bc3
commit
4ab2824c09
1
makefile
1
makefile
@ -130,6 +130,7 @@ CFLAGS_DEBUG = -std=c99 -D_BSD_SOURCE -DDEBUG_BUILD $(WARNFLAGS) -I. \
|
||||
$(PLATFORM_CFLAGS_DEBUG) -g
|
||||
CFLAGS_GTK = -std=c99 -Dgtk -Dnsgtk \
|
||||
-DGTK_DISABLE_DEPRECATED \
|
||||
-D_BSD_SOURCE \
|
||||
-D_XOPEN_SOURCE=600 \
|
||||
-D_POSIX_C_SOURCE=200112L \
|
||||
$(WARNFLAGS) -I. -g -O0 -Wformat=2 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user