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
|
@ -1329,7 +1329,8 @@ configuration (iptunnel, ipmaddr).")
|
||||||
(substitute* "Make.Rules"
|
(substitute* "Make.Rules"
|
||||||
(("LDFLAGS := #-g")
|
(("LDFLAGS := #-g")
|
||||||
(string-append "LDFLAGS := -Wl,-rpath="
|
(string-append "LDFLAGS := -Wl,-rpath="
|
||||||
%output "/lib"))))))
|
%output "/lib")))
|
||||||
|
#t)))
|
||||||
#:tests? #f ; no 'check' target
|
#:tests? #f ; no 'check' target
|
||||||
#:make-flags (list "lib=lib"
|
#:make-flags (list "lib=lib"
|
||||||
(string-append "prefix="
|
(string-append "prefix="
|
||||||
|
|
Loading…
Reference in New Issue