aboutsummaryrefslogtreecommitdiffstats
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
commitcff47586bf03d754e45770b3d1ba0e896277a17e (patch)
treee52b887871c2dc1b77e4da78f606d6b890aad328
parent287651d69d6d9a902005bab6c6f25bb1ad9d2d27 (diff)
downloadupstream-cff47586bf03d754e45770b3d1ba0e896277a17e.tar.gz
upstream-cff47586bf03d754e45770b3d1ba0e896277a17e.tar.bz2
upstream-cff47586bf03d754e45770b3d1ba0e896277a17e.zip
[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 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