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

cxxtools 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:31:30 +02:00
parent 010db57b0d
commit add5797b1c

View File

@ -18,6 +18,7 @@ PKG_INSTALL:=1
PKG_FIXUP:=libtool
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk
TARGET_CFLAGS+=-I$(STAGING_DIR)/usr/lib/libiconv/include
@ -47,4 +48,5 @@ define Package/cxxtools/install
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libcxxtools.so* $(1)/usr/lib/
endef
$(eval $(call HostBuild))
$(eval $(call BuildPackage,cxxtools))