diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-02-21 19:49:48 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-02-21 19:49:48 +0000 |
commit | e1c9f19660f6f84a2b0d509657044e93970932e9 (patch) | |
tree | ad5ca39e20c6939a5f99f56af07eacb443ef0550 /package/jshn/Makefile | |
parent | a05994173d7666637be611d8a59d5da6c9b83925 (diff) | |
download | upstream-e1c9f19660f6f84a2b0d509657044e93970932e9.tar.gz upstream-e1c9f19660f6f84a2b0d509657044e93970932e9.tar.bz2 upstream-e1c9f19660f6f84a2b0d509657044e93970932e9.zip |
jshn: add build dependency on libubox, it needs the list.h header from it
SVN-Revision: 25652
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 |