[Pkg-voip-commits] [sipgrep] 01/02: fix arm64 FTBFS (Closes: #802711)
Victor Seva Lopez
maniac-guest at moszumanska.debian.org
Thu Oct 29 09:00:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
maniac-guest pushed a commit to branch master
in repository sipgrep.
commit 07aeb5a956d603fd67501aa6921bde7ee87da544
Author: Victor Seva <vseva at sipwise.com>
Date: Thu Oct 29 09:39:16 2015 +0100
fix arm64 FTBFS (Closes: #802711)
---
debian/patches/fix_arm64.patch | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/debian/patches/fix_arm64.patch b/debian/patches/fix_arm64.patch
new file mode 100644
index 0000000..95efeed
--- /dev/null
+++ b/debian/patches/fix_arm64.patch
@@ -0,0 +1,22 @@
+From a791b051a4e45453032b70924f73c0a0b369be0b Mon Sep 17 00:00:00 2001
+From: Alexandr Dubovikov <alexandr.dubovikov at gmail.com>
+Date: Wed, 28 Oct 2015 23:56:53 +0100
+Subject: [PATCH] fixed relocation for arm64 platform
+
+---
+ tcpreasm.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tcpreasm.c b/tcpreasm.c
+index a7b3bdd..6c88144 100644
+--- a/tcpreasm.c
++++ b/tcpreasm.c
+@@ -22,7 +22,7 @@
+ #include <netinet/ip6.h>
+ #endif /* USE_IPv6 */
+
+-extern int debug;
++extern uint8_t debug;
+
+ #include "tcpreasm.h"
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/sipgrep.git
More information about the Pkg-voip-commits
mailing list