cloud-native services and applications. Envoy is originally built with Bazel, monstrous build system written in Java which does silly things like downloading dependencies from GitHub and is just a PITA to work against. This port is built with two simple makefiles and GNU make(1). Protobuf semantic validation was disabled because it apparently requires pulling in ``Go'' language, and I'm not comfortable with this technology yet. Note that this port currently requires DEFAULT_VERSIONS+=ssl=boringssl added to your /etc/make.conf file. WWW: https://www.envoyproxy.io/
12 lines
221 B
C
12 lines
221 B
C
--- source/common/common/stack_array.h.orig 2019-04-05 18:07:44 UTC
|
|
+++ source/common/common/stack_array.h
|
|
@@ -2,9 +2,6 @@
|
|
|
|
#ifdef WIN32
|
|
#include <malloc.h>
|
|
-
|
|
-#else
|
|
-#include <alloca.h>
|
|
#endif
|
|
|
|
#include <stddef.h>
|