瀏覽代碼

jshn: add build dependency on libubox, it needs the list.h header from it

SVN-Revision: 25652
Jo-Philipp Wich 14 年之前
父節點
當前提交
e1c9f19660
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/jshn/Makefile

+ 1 - 0
package/jshn/Makefile

@@ -17,6 +17,7 @@ define Package/jshn/description
   Library for parsing and generating JSON from shell scripts
 endef
 
+PKG_BUILD_DEPENDS += libubox
 TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include --std=gnu99
 
 define Build/Compile