Build: Go back to _POSIX_C_SOURCE=200112L

This commit is contained in:
Daniel Elstner 2015-08-27 12:30:13 +02:00 committed by Uwe Hermann
parent bbb3996c06
commit 5b869e978a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ if BINDINGS_CXX
local_includes += -Ibindings/cxx/include -I$(srcdir)/bindings/cxx/include -Ibindings/cxx local_includes += -Ibindings/cxx/include -I$(srcdir)/bindings/cxx/include -Ibindings/cxx
endif endif
# Ensure that local include directories are always searched first. # Ensure that local include directories are always searched first.
AM_CPPFLAGS = $(local_includes) -D_DEFAULT_SOURCE -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"' AM_CPPFLAGS = $(local_includes) -D_POSIX_C_SOURCE=200112L -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"'
# The tests CFLAGS are a superset of the libsigrok CFLAGS, and the # The tests CFLAGS are a superset of the libsigrok CFLAGS, and the
# python bindings CFLAGS are a superset of the C++ bindings CFLAGS. # python bindings CFLAGS are a superset of the C++ bindings CFLAGS.