mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 18:07:24 +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 @@ (define-public opendht
|
|||
(guix build gnu-build-system)
|
||||
(guix build utils))
|
||||
#:configure-flags
|
||||
#~(list "--enable-tests"
|
||||
#~(list "--disable-static" ;to reduce size
|
||||
"--enable-tests"
|
||||
"--enable-proxy-server"
|
||||
"--enable-push-notifications"
|
||||
"--enable-proxy-server-identity"
|
||||
|
|
Loading…
Reference in a new issue