Skip to content

Commit

Permalink
Build: Go back to _POSIX_C_SOURCE=200112L
Browse files Browse the repository at this point in the history
  • Loading branch information
uwehermann committed Aug 28, 2015
1 parent 3a2086f commit 94ac149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ AM_LIBTOOLFLAGS = --silent
MAKEFLAGS = --no-print-directory

DECODERS_DIR = $(pkgdatadir)/decoders
AM_CPPFLAGS = -D_DEFAULT_SOURCE -DDECODERS_DIR='"$(DECODERS_DIR)"'
AM_CPPFLAGS = -D_POSIX_C_SOURCE=200112L -DDECODERS_DIR='"$(DECODERS_DIR)"'

# The tests CFLAGS are a superset of the libsigrokdecode CFLAGS.
AM_CFLAGS = $(SRD_EXTRA_CFLAGS) $(SRD_WFLAGS) $(TESTS_CFLAGS)
Expand Down

0 comments on commit 94ac149

Please sign in to comment.