GNU bug report logs -
#44966
[PATCH] gnu: openocd: Fix build
Previous Next
Reported by: Morgan.J.Smith <at> outlook.com
Date: Mon, 30 Nov 2020 17:38:02 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Morgan Smith <Morgan.J.Smith <at> 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
This bug report was last modified 4 years and 168 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.