1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-01 02:29:49 +03:00

tntnet has it's own tools, so built them to not require them being installed on the host system

This commit is contained in:
Mirko Vogt 2009-10-05 15:32:24 +02:00
parent add5797b1c
commit 55d212ddbf

View File

@ -16,6 +16,7 @@ PKG_SOURCE_URL:=http://www.tntnet.org/download
PKG_INSTALL:=1
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk
TARGET_CFLAGS+=-I$(STAGING_DIR)/usr/lib/libiconv/include
@ -53,4 +54,5 @@ define Package/tntnet/install
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libtntnet.so* $(1)/usr/lib/
endef
$(eval $(call HostBuild))
$(eval $(call BuildPackage,tntnet))