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 | 8a05d522c6aba05c03f043007eea63e89e87ed72 (patch) | |
tree | 0cfb05ad7953f2503d7a0c50cc17081b918d19b8 /tools/libtool/Makefile | |
parent | 4ab08543360eace08f4c6d729713f17c87e92021 (diff) | |
download | master-187ad058-8a05d522c6aba05c03f043007eea63e89e87ed72.tar.gz master-187ad058-8a05d522c6aba05c03f043007eea63e89e87ed72.tar.bz2 master-187ad058-8a05d522c6aba05c03f043007eea63e89e87ed72.zip |
[tools] libtool: extend all ltmain.m4sh patches to cover ltmain.sh as well, prevent configure from embedding host library paths
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24752 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |