Browse Source

jq: compile with _GNU_SOURCE (fixes #7785)

Signed-off-by: W. Michael Petullo <mike@flyn.org>
lilik-openwrt-22.03
W. Michael Petullo 5 years ago
parent
commit
4bb18b04b6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/jq/Makefile

+ 1
- 1
utils/jq/Makefile 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 \


Loading…
Cancel
Save