[package] jshn: add build dependency on libubox, it needs the list.h header from it
[openwrt.git] / package / jshn / Makefile
index d5d1ea0..763871a 100644 (file)
@@ -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
This page took 0.034812 seconds and 4 git commands to generate.