From e1c9f19660f6f84a2b0d509657044e93970932e9 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 21 Feb 2011 19:49:48 +0000 Subject: jshn: add build dependency on libubox, it needs the list.h header from it SVN-Revision: 25652 --- package/jshn/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'package/jshn/Makefile') 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 -- cgit v1.2.3