From: W. Michael Petullo <[email protected]> Glib 2.32+ requires libffi, so the libffi Makefile needs to call HostBuild.
Signed-off-by: W. Michael Petullo <[email protected]> --- Index: libs/libffi/Makefile =================================================================== --- libs/libffi/Makefile (revision 36813) +++ libs/libffi/Makefile (working copy) @@ -18,6 +18,7 @@ PKG_FIXUP:=autoreconf PKG_INSTALL:=1 +include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk define Package/libffi @@ -71,4 +72,5 @@ $(1)/usr/lib/ endef +$(eval $(call HostBuild)) $(eval $(call BuildPackage,libffi)) _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
