gnu: fcgiwrap: Use INVOKE.
* gnu/packages/web.scm (fcgiwrap)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
e80c05ac3e
commit
359375e649
1 changed files with 2 additions and 2 deletions
|
@ -413,13 +413,13 @@ (define-public fcgiwrap
|
|||
"07y6s4mm86cv7p1ljz94sxnqa89y9amn3vzwsnbq5hrl4vdy0zac"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests included
|
||||
`(#:tests? #f ; no tests included
|
||||
#:make-flags (list "CC=gcc")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'bootstrap
|
||||
(lambda _
|
||||
(zero? (system* "autoreconf" "-vif")))))))
|
||||
(invoke "autoreconf" "-vif"))))))
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
|
|
Loading…
Reference in a new issue