diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-10-25 21:16:29 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-10-25 21:19:11 +0200 |
commit | 4799f90eea54a1a66495cd3a65b8ede487421eae (patch) | |
tree | 0c95e0dd9de32df85366e4a9711cc9c4964707e8 /testing/gatling/build-fixes.patch | |
parent | abde00db46cd7767703bc023da33a2a7fda4f5ce (diff) | |
download | aports-4799f90eea54a1a66495cd3a65b8ede487421eae.tar.bz2 aports-4799f90eea54a1a66495cd3a65b8ede487421eae.tar.xz |
testing/gatling: new aport
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; + |