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 | |
parent | a05994173d7666637be611d8a59d5da6c9b83925 (diff) | |
download | mtk-20170518-e1c9f19660f6f84a2b0d509657044e93970932e9.zip mtk-20170518-e1c9f19660f6f84a2b0d509657044e93970932e9.tar.gz mtk-20170518-e1c9f19660f6f84a2b0d509657044e93970932e9.tar.bz2 |
jshn: add build dependency on libubox, it needs the list.h header from it
SVN-Revision: 25652
-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 d5d1ea0..763871a 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 |