mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
jq: compile with _GNU_SOURCE (fixes #7785)
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry-picked from 4bb18b04b6)
This commit is contained in:
committed by
Rosen Penev
parent
fb0566686d
commit
70a1ffdf0f
+2
-2
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=jq
|
PKG_NAME:=jq
|
||||||
PKG_VERSION:=1.5
|
PKG_VERSION:=1.5
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
PKG_LICENSE:=BSD
|
PKG_LICENSE:=BSD
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
@@ -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
|
||||||
|
|
||||||
define Package/jq
|
define Package/jq
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
|
|||||||
Reference in New Issue
Block a user