summaryrefslogtreecommitdiffstats
path: root/package/vde2/vde2-no-cxx.patch
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2012-12-16 06:56:08 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-12-16 20:14:44 +0100
commit8b2a81e267fac465064456469ec52c8897c2f59e (patch)
tree1880d27b80767cfcbcf3e53b3f8194dfcf40ad35 /package/vde2/vde2-no-cxx.patch
parent5c8b0e6166ea5c8c001485bc6fbf1d146e55c29b (diff)
downloadbuildroot-novena-8b2a81e267fac465064456469ec52c8897c2f59e.tar.gz
buildroot-novena-8b2a81e267fac465064456469ec52c8897c2f59e.zip
package/vde2: new package
VDE is an ethernet compliant virtual network that can be spawned over a set of physical computer over the Internet. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Peter Korsgaard <jacmet@uclibc.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/vde2/vde2-no-cxx.patch')
-rw-r--r--package/vde2/vde2-no-cxx.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/package/vde2/vde2-no-cxx.patch b/package/vde2/vde2-no-cxx.patch
new file mode 100644
index 000000000..67cefa2bb
--- /dev/null
+++ b/package/vde2/vde2-no-cxx.patch
@@ -0,0 +1,22 @@
+configure: do not test for CXX, it's not needed
+
+There is no C++ source file, so no reason to require a C++ compiler.
+
+Reported-by: Peter Korsgaard <jacmet@uclibc.org>
+Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
+
+---
+Patch sent upstream
+( not yet in archives, awaits moderator approval... :-/ )
+
+diff -durN vde2-2.3.2.orig/configure.ac vde2-2.3.2/configure.ac
+--- vde2-2.3.2.orig/configure.ac 2011-11-23 17:41:19.000000000 +0100
++++ vde2-2.3.2/configure.ac 2012-12-14 21:56:47.146319686 +0100
+@@ -11,7 +11,6 @@
+ AC_CONFIG_LIBOBJ_DIR(src/common)
+
+ # Checks for programs.
+-AC_PROG_CXX
+ AC_PROG_CC
+ AC_PROG_INSTALL
+ AC_PROG_LN_S