From: Lars-Peter Clausen Date: Sat, 30 May 2009 15:17:16 +0000 (+0000) Subject: [package] libtool: Unset CXX. It is not needed to build libtool, but if set X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=38549c32ad4a26078aae35d57f13668d46991b32 [package] libtool: Unset CXX. It is not needed to build libtool, but if set configure preferes CXX over CC to build the global_symbol_pipe test program. So if there is no c++ compiler or the c++ installation is broken we end up with a broken libtool script. Fixes #5022 SVN-Revision: 16212 --- diff --git a/package/libtool/Makefile b/package/libtool/Makefile index f179cd7c2a..bf9e520da7 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -25,6 +25,7 @@ include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk CONFIGURE_PREFIX=$(STAGING_DIR)/host +CONFIGURE_VARS+= CXX=no export GLOBAL_LIBDIR=$(STAGING_DIR)/usr/lib define Package/libltdl