summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-21 19:49:48 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-21 19:49:48 +0000
commit33d4dec69cf0b30ee8b3a9681e2124cf55afa7cf (patch)
treee52b887871c2dc1b77e4da78f606d6b890aad328
parentc7c6e763b9cbab5452b7db3f7f8d469649ba3347 (diff)
[package] jshn: add build dependency on libubox, it needs the list.h header from it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25652 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/jshn/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/jshn/Makefile b/package/jshn/Makefile
index d5d1ea0ca..763871a95 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