gnu: opendht: Do not produce static libraries.
* gnu/packages/networking.scm (opendht) [configure-flags]: Add "--disable-static".master
parent
2c53c2bb6a
commit
e0d89c3735
|
@ -3729,7 +3729,8 @@ and targeted primarily for asynchronous processing of HTTP-requests.")
|
|||
(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"
|
||||
|
|
Reference in New Issue