mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 02:16:31 +01:00
gnu: opendht: Do not produce static libraries.
* gnu/packages/networking.scm (opendht) [configure-flags]: Add "--disable-static".
This commit is contained in:
parent
2c53c2bb6a
commit
e0d89c3735
1 changed files with 2 additions and 1 deletions
|
@ -3729,7 +3729,8 @@ and targeted primarily for asynchronous processing of HTTP-requests.")
|
||||||
(guix build gnu-build-system)
|
(guix build gnu-build-system)
|
||||||
(guix build utils))
|
(guix build utils))
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
#~(list "--enable-tests"
|
#~(list "--disable-static" ;to reduce size
|
||||||
|
"--enable-tests"
|
||||||
"--enable-proxy-server"
|
"--enable-proxy-server"
|
||||||
"--enable-push-notifications"
|
"--enable-push-notifications"
|
||||||
"--enable-proxy-server-identity"
|
"--enable-proxy-server-identity"
|
||||||
|
|
Loading…
Add table
Reference in a new issue