projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
377a7cc
)
libtool: Unset CXX. It is not needed to build libtool, but if set configure preferes...
author
Lars-Peter Clausen
<lars@metafoo.de>
Sat, 30 May 2009 15:17:16 +0000
(15:17 +0000)
committer
Lars-Peter Clausen
<lars@metafoo.de>
Sat, 30 May 2009 15:17:16 +0000
(15:17 +0000)
SVN-Revision: 16212
package/libtool/Makefile
patch
|
blob
|
history
diff --git
a/package/libtool/Makefile
b/package/libtool/Makefile
index f179cd7c2a45487026d127174bf46c782454a5ed..bf9e520da7d13a97586bfd84c74a431915f635da 100644
(file)
--- 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