guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: ltrace: Build with elfutils instead of libelf.


From: guix-commits
Subject: 01/08: gnu: ltrace: Build with elfutils instead of libelf.
Date: Sat, 19 Dec 2020 16:56:01 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 20d35eac5329ff94b9a94fb1f500436602ef5f4d
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Dec 15 00:41:31 2020 +0100

    gnu: ltrace: Build with elfutils instead of libelf.
    
    * gnu/packages/linux.scm (ltrace)[inputs]: Change from LIBELF to ELFUTILS.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index d492fab..2a9aafb 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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")))



reply via email to

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