diff options
Diffstat (limited to 'testing/gatling/build-fixes.patch')
-rw-r--r-- | testing/gatling/build-fixes.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/gatling/build-fixes.patch b/testing/gatling/build-fixes.patch new file mode 100644 index 0000000000..2d33ea0f50 --- /dev/null +++ b/testing/gatling/build-fixes.patch @@ -0,0 +1,11 @@ +diff -upr gatling-0.15.orig/ssl.c gatling-0.15/ssl.c +--- gatling-0.15.orig/ssl.c 2016-10-25 20:38:51.818531071 +0200 ++++ gatling-0.15/ssl.c 2016-10-25 20:39:10.235187184 +0200 +@@ -9,6 +9,7 @@ + #include <openssl/ssl.h> + #include <openssl/engine.h> + #include <ctype.h> ++#include <alloca.h> + + static int library_inited; + |