X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Flibtool%2FMakefile;h=9fab8d94fd5957f48469fe6f834b1873bd4fc69f;hb=7228b245ffa785826e2e22e62dd80ff99f633216;hp=cb6cf4a5c79f8384ab78dd398d193282689f2041;hpb=1324b213254d9ee2eac8d60240ea5fb40a1052d8;p=openwrt-github%2F.git diff --git a/tools/libtool/Makefile b/tools/libtool/Makefile index cb6cf4a5c7..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. @@ -20,6 +20,12 @@ 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