X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=tools%2Flibtool%2FMakefile;h=9fab8d94fd5957f48469fe6f834b1873bd4fc69f;hb=e3cf2cc1c6f04865f569cf567411dfc7661de451;hp=080689b8ac203dcfd9777cd33bd1b6f323e84e55;hpb=ccb6b0a063a4133ac59c811476b670c7d66f84ed;p=openwrt%2Fstaging%2Flynxis%2Fomap.git diff --git a/tools/libtool/Makefile b/tools/libtool/Makefile index 080689b8ac..9fab8d94fd 100644 --- a/tools/libtool/Makefile +++ b/tools/libtool/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2008-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -13,11 +13,19 @@ 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/Prepare + $(call Host/Prepare/Default) + (cd $(STAGING_DIR_HOST)/share/aclocal/ && rm -f libtool.m4 ltdl.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4) + (cd $(HOST_BUILD_DIR); $(AM_TOOL_PATHS) ./bootstrap) +endef + define Host/Install $(MAKE) -C $(HOST_BUILD_DIR) install $(SED) 's,\(hardcode_into_libs\)=yes,\1=no,g' $(STAGING_DIR_HOST)/bin/libtool