projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] libtool: Unset CXX. It is not needed to build libtool, but if set
[openwrt.git]
/
package
/
libtool
/
Makefile
diff --git
a/package/libtool/Makefile
b/package/libtool/Makefile
index
f179cd7
..
bf9e520
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
This page took
0.023675 seconds
and
4
git commands to generate.