mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-02 03:56:49 +00:00
jshn: add build dependency on libubox, it needs the list.h header from it
SVN-Revision: 25652
This commit is contained in:
parent
a05994173d
commit
e1c9f19660
@ -17,6 +17,7 @@ define Package/jshn/description
|
|||||||
Library for parsing and generating JSON from shell scripts
|
Library for parsing and generating JSON from shell scripts
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
PKG_BUILD_DEPENDS += libubox
|
||||||
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include --std=gnu99
|
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include --std=gnu99
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
Loading…
Reference in New Issue
Block a user