unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#44966] [PATCH] gnu: openocd: Fix build
@ 2020-11-30 17:20 Morgan.J.Smith
  2020-12-01 10:11 ` bug#44966: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Morgan.J.Smith @ 2020-11-30 17:20 UTC (permalink / raw)
  To: 44966; +Cc: Morgan Smith

From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/embedded.scm (openocd)[arguments]: Add "LIBS=-lutil" to allow
it to build
---

So it turns out my pod doesn't need openocd so I'm not actually able to test
this at all. But going from not building to building seems like an improvment
in my eyes.

---
 gnu/packages/embedded.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index 73375a211d..baeb2e3e2a 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -555,7 +555,8 @@ language.")
          ("libusb-compat" ,libusb-compat)))
       (arguments
        '(#:configure-flags
-         (append (list "--disable-werror"
+         (append (list "LIBS=-lutil"
+                       "--disable-werror"
                        "--enable-sysfsgpio"
                        "--disable-internal-jimtcl"
                        "--disable-internal-libjaylink")
-- 
2.29.2





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

* bug#44966: [PATCH] gnu: openocd: Fix build
  2020-11-30 17:20 [bug#44966] [PATCH] gnu: openocd: Fix build Morgan.J.Smith
@ 2020-12-01 10:11 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2020-12-01 10:11 UTC (permalink / raw)
  To: Morgan.J.Smith; +Cc: 44966-done


Hey,

> So it turns out my pod doesn't need openocd so I'm not actually able to test
> this at all. But going from not building to building seems like an improvment
> in my eyes.

Pushed, thanks!

Mathieu




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

end of thread, other threads:[~2020-12-01 10:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-30 17:20 [bug#44966] [PATCH] gnu: openocd: Fix build Morgan.J.Smith
2020-12-01 10:11 ` bug#44966: " Mathieu Othacehe

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