diff options
| author | Carlo Landmeter <clandmeter@gmail.com> | 2017-06-20 11:39:56 +0200 |
|---|---|---|
| committer | Carlo Landmeter <clandmeter@gmail.com> | 2017-06-20 11:40:17 +0200 |
| commit | eff972b85a196ce704b28c6a94de6137ec7bbb25 (patch) | |
| tree | db57371f04c95017aa29720d2af4827eea6b4f88 /main/varnish/fix-compat-execinfo.patch | |
| parent | edeae7254714248732247de118c24049673b6989 (diff) | |
| download | aports-eff972b85a196ce704b28c6a94de6137ec7bbb25.tar.bz2 aports-eff972b85a196ce704b28c6a94de6137ec7bbb25.tar.xz | |
main/varnish: upgrade to 5.1.2
Diffstat (limited to 'main/varnish/fix-compat-execinfo.patch')
| -rw-r--r-- | main/varnish/fix-compat-execinfo.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main/varnish/fix-compat-execinfo.patch b/main/varnish/fix-compat-execinfo.patch deleted file mode 100644 index e806a32774..0000000000 --- a/main/varnish/fix-compat-execinfo.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- varnish-4.0.2.orig/lib/libvarnishcompat/execinfo.c -+++ varnish-4.0.2/lib/libvarnishcompat/execinfo.c -@@ -30,7 +30,7 @@ - - #include "compat/execinfo.h" - --#if defined (__GNUC__) && __GNUC__ >= 4 /* XXX Correct version to check for ? */ -+#if !defined(__arm__) && defined (__GNUC__) && __GNUC__ >= 4 /* XXX Correct version to check for ? */ - - #include <sys/types.h> - #include <sys/uio.h> |
