aboutsummaryrefslogtreecommitdiffstats
path: root/main/varnish/fix-compat-execinfo.patch
blob: e806a3277480898792d92d0aeb550a4c2e7caff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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>