mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libcap: Return #t from all phases.
* gnu/packages/linux.scm (libcap)[arguments]: Return #t from all phases.
This commit is contained in:
parent
c0d56bb227
commit
d70d59d6f4
1 changed files with 2 additions and 1 deletions
|
@ -1329,7 +1329,8 @@ (define-public libcap
|
|||
(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="
|
||||
|
|
Loading…
Reference in a new issue