mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
jq: compile with _GNU_SOURCE (fixes #7785)
Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ ifdef CONFIG_USE_MIPS16
|
|||||||
TARGET_CFLAGS += -fno-ipa-sra
|
TARGET_CFLAGS += -fno-ipa-sra
|
||||||
endif
|
endif
|
||||||
|
|
||||||
TARGET_CFLAGS += -std=c99
|
TARGET_CFLAGS += -std=c99 -D_GNU_SOURCE
|
||||||
|
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--disable-docs \
|
--disable-docs \
|
||||||
|
|||||||
Reference in New Issue
Block a user