gnu: unbound: Use INVOKE.
* gnu/packages/dns.scm (unbound)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
b43cd106ee
commit
9a3a1565e9
|
@ -426,9 +426,9 @@ struct servent *getservbyport(int port, const char *proto) {
|
||||||
}
|
}
|
||||||
return s;
|
return s;
|
||||||
}" port)))
|
}" port)))
|
||||||
(system* (string-append gcc "/bin/gcc")
|
(invoke (string-append gcc "/bin/gcc")
|
||||||
"-shared" "-fPIC" "-o" "/tmp/nss_preload.so"
|
"-shared" "-fPIC" "-o" "/tmp/nss_preload.so"
|
||||||
"/tmp/nss_preload.c")
|
"/tmp/nss_preload.c")
|
||||||
;; The preload library only affects the unittests.
|
;; The preload library only affects the unittests.
|
||||||
(substitute* "Makefile"
|
(substitute* "Makefile"
|
||||||
(("./unittest")
|
(("./unittest")
|
||||||
|
|
Loading…
Reference in New Issue