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>
This commit is contained in:
Morgan Smith 2020-11-30 12:20:04 -05:00 committed by Mathieu Othacehe
parent 2c0b331c9a
commit dcb95c6fc1
No known key found for this signature in database
GPG Key ID: 8354763531769CA6

View File

@ -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")