X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=tools%2Flibtool%2FMakefile;h=cb6cf4a5c79f8384ab78dd398d193282689f2041;hb=e85e8e515bae09de251355b87a08d6162266b2f0;hp=fce68aebadf007997c3fd1d476c9355191612a38;hpb=88e4479ac182b2d0b4b3541b6e9f7b5d0748b973;p=openwrt.git diff --git a/tools/libtool/Makefile b/tools/libtool/Makefile index fce68aebad..cb6cf4a5c7 100644 --- a/tools/libtool/Makefile +++ b/tools/libtool/Makefile @@ -13,15 +13,13 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) PKG_MD5SUM:=b32b04148ecdd7344abc6fe8bd1bb021 +HOST_BUILD_PARALLEL:=1 + include $(INCLUDE_DIR)/host-build.mk HOST_CONFIGURE_VARS += \ lt_cv_sys_dlsearch_path="" -define Host/Compile - $(MAKE) -C $(HOST_BUILD_DIR) -endef - define Host/Install $(MAKE) -C $(HOST_BUILD_DIR) install $(SED) 's,\(hardcode_into_libs\)=yes,\1=no,g' $(STAGING_DIR_HOST)/bin/libtool