guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: openocd: Fix build.


From: guix-commits
Subject: branch master updated: gnu: openocd: Fix build.
Date: Tue, 01 Dec 2020 05:10:13 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new dcb95c6  gnu: openocd: Fix build.
dcb95c6 is described below

commit dcb95c6fc1cee5a74146f4f062d83a8f8c8d4cd0
Author: Morgan Smith <Morgan.J.Smith@outlook.com>
AuthorDate: Mon Nov 30 12:20:04 2020 -0500

    gnu: openocd: Fix build.
    
    * gnu/packages/embedded.scm (openocd)[arguments]: Add "LIBS=-lutil" to allow
    it to build.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 d6f487b..f2c7ca5 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -554,7 +554,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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]