aboutsummaryrefslogtreecommitdiffstats
path: root/package/libtool/Makefile
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2009-05-30 15:17:16 +0000
committerLars-Peter Clausen <lars@metafoo.de>2009-05-30 15:17:16 +0000
commit19357e81759957e3fe29ae1946ca7d3c1d2394d7 (patch)
tree6162ae0a9999f212dff9e1ee2e7e09b102d0ce3a /package/libtool/Makefile
parenta7f73f5fa4687f7f0001ab60b8c443c7890ec393 (diff)
downloadmaster-187ad058-19357e81759957e3fe29ae1946ca7d3c1d2394d7.tar.gz
master-187ad058-19357e81759957e3fe29ae1946ca7d3c1d2394d7.tar.bz2
master-187ad058-19357e81759957e3fe29ae1946ca7d3c1d2394d7.zip
[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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16212 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libtool/Makefile')
-rw-r--r--package/libtool/Makefile1
1 files changed, 1 insertions, 0 deletions
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