diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-21 19:49:48 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-21 19:49:48 +0000 |
commit | 33d4dec69cf0b30ee8b3a9681e2124cf55afa7cf (patch) | |
tree | e52b887871c2dc1b77e4da78f606d6b890aad328 /package/jshn/Makefile | |
parent | c7c6e763b9cbab5452b7db3f7f8d469649ba3347 (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
Diffstat (limited to 'package/jshn/Makefile')
-rw-r--r-- | package/jshn/Makefile | 1 |
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 |