summaryrefslogtreecommitdiff
path: root/patches/06-gcc_4.4_fixes.diff
diff options
context:
space:
mode:
authorAndreas Beckmann <anbe@debian.org>2017-01-21 21:29:52 -0500
committerAndreas Beckmann <anbe@debian.org>2017-01-21 21:29:52 -0500
commitc2d8fdb71c9dcdc367bc682f21fc86164e8fa33b (patch)
treecaf8d19c3e7d3f94110ab43e6a890d6f83799604 /patches/06-gcc_4.4_fixes.diff
Import boxbackup_0.11.1~r2837-4.debian.tar.xz
[dgit import tarball boxbackup 0.11.1~r2837-4 boxbackup_0.11.1~r2837-4.debian.tar.xz]
Diffstat (limited to 'patches/06-gcc_4.4_fixes.diff')
-rw-r--r--patches/06-gcc_4.4_fixes.diff17
1 files changed, 17 insertions, 0 deletions
diff --git a/patches/06-gcc_4.4_fixes.diff b/patches/06-gcc_4.4_fixes.diff
new file mode 100644
index 00000000..46ec64cf
--- /dev/null
+++ b/patches/06-gcc_4.4_fixes.diff
@@ -0,0 +1,17 @@
+references:
+
+http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526152
+https://bugs.launchpad.net/bugs/371809
+
+Impact: FTBFS with gcc 4.4
+
+=== modified file 'lib/server/ServerControl.cpp'
+--- a/lib/server/ServerControl.cpp
++++ b/lib/server/ServerControl.cpp
+@@ -1,5 +1,6 @@
+ #include "Box.h"
+
++#include <stdio.h>
+ #include <errno.h>
+ #include <stdio.h>
+