gnu: ltrace: Build with elfutils instead of libelf.
* gnu/packages/linux.scm (ltrace)[inputs]: Change from LIBELF to ELFUTILS.
This commit is contained in:
parent
66b5bc3191
commit
20d35eac53
1 changed files with 1 additions and 1 deletions
|
|
@ -2067,7 +2067,7 @@ trace of all the system calls made by a another process/program.")
|
|||
(base32
|
||||
"00wmbdghqbz6x95m1mcdd3wd46l6hgcr4wggdp049dbifh3qqvqf"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("libelf" ,libelf)))
|
||||
(inputs `(("libelf" ,elfutils)))
|
||||
(arguments
|
||||
;; Compilation uses -Werror by default, but it fails.
|
||||
'(#:configure-flags '("--disable-werror")))
|
||||
|
|
|
|||
Reference in a new issue