summaryrefslogtreecommitdiffstats
path: root/tools/libtool/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-12-21 22:37:54 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-12-21 22:37:54 +0000
commitc4ab5ca14370406cdccaff868b2e655a2f21aa72 (patch)
treefe4b10d38dab0bd087dd41002537b2d49b48fed1 /tools/libtool/Makefile
parente010aa6408573009e03a0dc86769b62712fad106 (diff)
downloadmaster-31e0f0ae-c4ab5ca14370406cdccaff868b2e655a2f21aa72.tar.gz
master-31e0f0ae-c4ab5ca14370406cdccaff868b2e655a2f21aa72.tar.bz2
master-31e0f0ae-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/Makefile3
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