From 0ae8a8bbf3e37f13c060385d67c043ff4bd8461a Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Sun, 31 Jan 2010 14:36:30 +0100 Subject: [PATCH] add host-build dependency cxxtools/host --- tntnet/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tntnet/Makefile b/tntnet/Makefile index c6ed4e5..d34652d 100644 --- a/tntnet/Makefile +++ b/tntnet/Makefile @@ -19,6 +19,8 @@ PKG_INSTALL:=1 include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk +PKG_BUILD_DEPENDS:=cxxtools/host + TARGET_CFLAGS+=-I$(STAGING_DIR)/usr/lib/libiconv/include TARGET_LDFLAGS+=-liconv -L$(STAGING_DIR)/usr/lib/libiconv/lib