diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-21 22:37:54 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-21 22:37:54 +0000 |
commit | c4ab5ca14370406cdccaff868b2e655a2f21aa72 (patch) | |
tree | fe4b10d38dab0bd087dd41002537b2d49b48fed1 /tools/libtool/Makefile | |
parent | e010aa6408573009e03a0dc86769b62712fad106 (diff) | |
download | upstream-c4ab5ca14370406cdccaff868b2e655a2f21aa72.tar.gz upstream-c4ab5ca14370406cdccaff868b2e655a2f21aa72.tar.bz2 upstream-c4ab5ca14370406cdccaff868b2e655a2f21aa72.zip |
libtool: extend all ltmain.m4sh patches to cover ltmain.sh as well, prevent configure from embedding host library paths
SVN-Revision: 24752
Diffstat (limited to 'tools/libtool/Makefile')
-rw-r--r-- | tools/libtool/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/libtool/Makefile b/tools/libtool/Makefile index 82730dfee8..fce68aebad 100644 --- a/tools/libtool/Makefile +++ b/tools/libtool/Makefile @@ -15,6 +15,9 @@ PKG_MD5SUM:=b32b04148ecdd7344abc6fe8bd1bb021 include $(INCLUDE_DIR)/host-build.mk +HOST_CONFIGURE_VARS += \ + lt_cv_sys_dlsearch_path="" + define Host/Compile $(MAKE) -C $(HOST_BUILD_DIR) endef |