diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-21 22:37:54 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-21 22:37:54 +0000 |
commit | 88e4479ac182b2d0b4b3541b6e9f7b5d0748b973 (patch) | |
tree | 0cfb05ad7953f2503d7a0c50cc17081b918d19b8 /tools/libtool/Makefile | |
parent | d4042e2fe267d1eef3cdb3e6f0cb47432aa99665 (diff) |
[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 |