projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb05666
)
jq: compile with _GNU_SOURCE (fixes #7785)
author
W. Michael Petullo
<mike@flyn.org>
Mon, 11 Feb 2019 00:31:53 +0000
(19:31 -0500)
committer
Rosen Penev
<rosenp@gmail.com>
Sun, 4 Aug 2019 15:55:47 +0000
(08:55 -0700)
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry-picked from
4bb18b04b6750af9a62b68792415d527f0a54f5e
)
utils/jq/Makefile
patch
|
blob
|
history
diff --git
a/utils/jq/Makefile
b/utils/jq/Makefile
index 7a1fcb1e28031524add4216be4dcd3cb12b5e75f..3dca6820b16ebe0f41d9985e69451f825c339cd7 100644
(file)
--- a/
utils/jq/Makefile
+++ b/
utils/jq/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=jq
PKG_VERSION:=1.5
-PKG_RELEASE:=
2
+PKG_RELEASE:=
3
PKG_LICENSE:=BSD
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@
-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
define Package/jq
SECTION:=utils