summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-02-21 19:49:48 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-02-21 19:49:48 +0000
commite1c9f19660f6f84a2b0d509657044e93970932e9 (patch)
treead5ca39e20c6939a5f99f56af07eacb443ef0550
parenta05994173d7666637be611d8a59d5da6c9b83925 (diff)
downloadmaster-31e0f0ae-e1c9f19660f6f84a2b0d509657044e93970932e9.tar.gz
master-31e0f0ae-e1c9f19660f6f84a2b0d509657044e93970932e9.tar.bz2
master-31e0f0ae-e1c9f19660f6f84a2b0d509657044e93970932e9.zip
jshn: add build dependency on libubox, it needs the list.h header from it
SVN-Revision: 25652
-rw-r--r--package/jshn/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/jshn/Makefile b/package/jshn/Makefile
index d5d1ea0cad..763871a95e 100644
--- a/package/jshn/Makefile
+++ b/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