Browse Source

Merge pull request #8176 from MikePetullo/jq

jq: compile with _GNU_SOURCE (fixes #7785)
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
8bc5b81023
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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 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 \


Loading…
Cancel
Save