summaryrefslogtreecommitdiffstats
path: root/tools/libtool/Makefile
diff options
context:
space:
mode:
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