From dcb95c6fc1cee5a74146f4f062d83a8f8c8d4cd0 Mon Sep 17 00:00:00 2001 From: Morgan Smith Date: Mon, 30 Nov 2020 12:20:04 -0500 Subject: gnu: openocd: Fix build. * gnu/packages/embedded.scm (openocd)[arguments]: Add "LIBS=-lutil" to allow it to build. Signed-off-by: Mathieu Othacehe --- gnu/packages/embedded.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages/embedded.scm') diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm index d6f487bd17..f2c7ca5f9f 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") -- cgit v1.2.3