public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* Patch for GNU/kFreeBSD
@ 2016-05-13 20:58 Jon Boden
  2016-05-16 13:09 ` Yao Qi
  0 siblings, 1 reply; 6+ messages in thread
From: Jon Boden @ 2016-05-13 20:58 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 249 bytes --]


Hi

GDB 7.11 needs a tiny fix to build on GNU/kFreeBSD systems. Please can you apply this?

Thanks!

-- 
Jon Boden

ubuntuBSD -- The power of FreeBSD kernel with familiarity of Ubuntu OS!

http://www.ubuntubsd.org/ -- https://twitter.com/ubuntuBSD

[-- Attachment #2: bsd.diff --]
[-- Type: text/x-diff, Size: 414 bytes --]

--- gdb-7.11.orig/gdb/configure.ac
+++ gdb-7.11/gdb/configure.ac
@@ -535,7 +535,7 @@ AC_SEARCH_LIBS(socketpair, socket)
 AM_ZLIB
 
 # On FreeBSD we may need libutil for kinfo_getvmmap (used by fbsd-nat.c).
-AC_SEARCH_LIBS(kinfo_getvmmap, util,
+AC_SEARCH_LIBS(kinfo_getvmmap, util util-freebsd,
   [AC_DEFINE(HAVE_KINFO_GETVMMAP, 1,
             [Define to 1 if your system has the kinfo_getvmmap function. ])])
 

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-05-23  7:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-13 20:58 Patch for GNU/kFreeBSD Jon Boden
2016-05-16 13:09 ` Yao Qi
2016-05-17 20:35   ` [PATCH] " Jon Boden
2016-05-19 13:34     ` Yao Qi
2016-05-21  8:06       ` Jon Boden
2016-05-23  7:51         ` Yao Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).