mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
Fixed linux compile to support fpclassify (issue #18)
This commit is contained in:
parent
8865d869db
commit
1a20eb8494
2
Makefile
2
Makefile
@ -11,7 +11,7 @@ INSTALL_LIBRARY_PATH = $(DESTDIR)$(PREFIX)/$(LIBRARY_PATH)
|
||||
|
||||
INSTALL ?= cp -a
|
||||
|
||||
R_CFLAGS = -fpic $(CFLAGS) -Wall -Werror -Wstrict-prototypes -Wwrite-strings
|
||||
R_CFLAGS = -fpic $(CFLAGS) -Wall -Werror -Wstrict-prototypes -Wwrite-strings -D_POSIX_C_SOURCE=200112L
|
||||
|
||||
uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo false')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user