unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: gdb: Add guile scripting support.
@ 2015-09-28 12:57 Ricardo Wurmus
  2015-09-28 20:50 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Wurmus @ 2015-09-28 12:57 UTC (permalink / raw)
  To: guix-devel@gnu.org

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

Hi Guix,

with the attached patch GDB is built with Guile scripting support[1].

[1]: https://sourceware.org/gdb/current/onlinedocs/gdb/Guile.html


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-gdb-Enable-Guile-scripting-support.patch --]
[-- Type: text/x-patch, Size: 754 bytes --]

From e8f89cd5707781e941940a29494129c849eb205c Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Date: Mon, 28 Sep 2015 14:54:58 +0200
Subject: [PATCH] gnu: gdb: Enable Guile scripting support.

* gnu/packages/gdb.scm (gdb)[arguments]: Enable Guile scripting support.
---
 gnu/packages/gdb.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gdb.scm b/gnu/packages/gdb.scm
index f17b398..09b4d4b 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -48,6 +48,8 @@
     (arguments
      `(#:tests? #f ; FIXME "make check" fails on single-processor systems.
 
+       #:configure-flags '("--with-guile")
+
        #:modules ((srfi srfi-1)
                   ,@%gnu-build-system-modules)
 
-- 
2.1.0


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

end of thread, other threads:[~2015-09-28 21:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-28 12:57 [PATCH] gnu: gdb: Add guile scripting support Ricardo Wurmus
2015-09-28 20:50 ` Ludovic Courtès
2015-09-28 21:00   ` Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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).