jshn: add build dependency on libubox, it needs the list.h header from it
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 21 Feb 2011 19:49:48 +0000 (19:49 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 21 Feb 2011 19:49:48 +0000 (19:49 +0000)
SVN-Revision: 25652

package/jshn/Makefile

index d5d1ea0cad1119b006b195ca29ec4f2fc1e01885..763871a95e801a1aa2686bb05ce7a2cdddde7f36 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