guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: libcap: Return #t from all phases.


From: Mark H. Weaver
Subject: 04/08: gnu: libcap: Return #t from all phases.
Date: Fri, 16 Mar 2018 06:48:58 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit d70d59d6f44d50d074089e91d457b9dac330bdd6
Author: Mark H Weaver <address@hidden>
Date:   Fri Mar 16 06:27:10 2018 -0400

    gnu: libcap: Return #t from all phases.
    
    * gnu/packages/linux.scm (libcap)[arguments]: Return #t from all phases.
---
 gnu/packages/linux.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 4665bfd..b764b56 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1329,7 +1329,8 @@ configuration (iptunnel, ipmaddr).")
                               (substitute* "Make.Rules"
                                 (("LDFLAGS := #-g")
                                  (string-append "LDFLAGS := -Wl,-rpath="
-                                                %output "/lib"))))))
+                                                %output "/lib")))
+                              #t)))
                  #:tests? #f                      ; no 'check' target
                  #:make-flags (list "lib=lib"
                                     (string-append "prefix="



reply via email to

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