[Pkg-gdb-logs] [gdb] 01/01: New patch to fix the build on kFreeBSD
Samuel Bronson
naesten-guest at moszumanska.debian.org
Mon Jul 21 02:37:16 UTC 2014
This is an automated email from the git hooks/post-receive script.
naesten-guest pushed a commit to branch master
in repository gdb.
commit e9991ce7ce4bf5d1a5c49d49246afce5900cde09
Author: Samuel Bronson <naesten at gmail.com>
Date: Sun Jul 20 22:36:01 2014 -0400
New patch to fix the build on kFreeBSD
Closes: #752390
Thanks: Steven Chamberlain
---
debian/patches/kfreebsd_bug752390.diff | 14 ++++++++++++++
debian/patches/series | 1 +
2 files changed, 15 insertions(+)
diff --git a/debian/patches/kfreebsd_bug752390.diff b/debian/patches/kfreebsd_bug752390.diff
new file mode 100644
index 0000000..aa94615
--- /dev/null
+++ b/debian/patches/kfreebsd_bug752390.diff
@@ -0,0 +1,14 @@
+Description: Include <sys/param.h> before <sys/proc.h>
+Author: Steven Chamberlain <steven at pyro.eu.org>
+Bug-Debian: http://bugs.debian.org/752390
+
+--- gdb-7.7.1.orig/gdb/bsd-kvm.c
++++ gdb-7.7.1/gdb/bsd-kvm.c
+@@ -35,6 +35,7 @@
+ #endif
+ #include <paths.h>
+ #include "readline/readline.h"
++#include <sys/param.h>
+ #include <sys/proc.h>
+ #include <sys/user.h>
+
diff --git a/debian/patches/series b/debian/patches/series
index b72b255..17707fe 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,3 +9,4 @@ hurd-new-RPC-reply-stub-functions.patch
hurd-adapt-to-changed-MIG-output.patch
hurd-adjust-to-startup-with-shell-changes.patch
hurd-make-MIG-output-parsing-more-robust.patch
+kfreebsd_bug752390.diff
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gdb/gdb.git
More information about the Pkg-gdb-logs
mailing list