mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: unbound: Use INVOKE.
* gnu/packages/dns.scm (unbound)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
b43cd106ee
commit
9a3a1565e9
1 changed files with 3 additions and 3 deletions
|
|
@ -426,9 +426,9 @@ struct servent *getservbyport(int port, const char *proto) {
|
|||
}
|
||||
return s;
|
||||
}" port)))
|
||||
(system* (string-append gcc "/bin/gcc")
|
||||
"-shared" "-fPIC" "-o" "/tmp/nss_preload.so"
|
||||
"/tmp/nss_preload.c")
|
||||
(invoke (string-append gcc "/bin/gcc")
|
||||
"-shared" "-fPIC" "-o" "/tmp/nss_preload.so"
|
||||
"/tmp/nss_preload.c")
|
||||
;; The preload library only affects the unittests.
|
||||
(substitute* "Makefile"
|
||||
(("./unittest")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue