Merge pull request #8176 from MikePetullo/jq

jq: compile with _GNU_SOURCE (fixes #7785)
This commit is contained in:
Hannu Nyman 2019-03-10 10:17:11 +02:00 committed by GitHub
commit 8bc5b81023
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ ifdef CONFIG_USE_MIPS16
TARGET_CFLAGS += -fno-ipa-sra
endif
TARGET_CFLAGS += -std=c99
TARGET_CFLAGS += -std=c99 -D_GNU_SOURCE
CONFIGURE_ARGS+= \
--disable-docs \