libffi: enable the host build, needed for newer glib

Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34489 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2012-12-04 16:20:57 +00:00
parent 7dd412bda3
commit fd13f27ba4

View File

@ -22,6 +22,7 @@ PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/host-build.mk
define Package/libffi
SECTION:=libs
@ -74,4 +75,5 @@ define Package/libffi/install
$(1)/usr/lib/
endef
$(eval $(call HostBuild))
$(eval $(call BuildPackage,libffi))