gnu: opendht: Do not produce static libraries.

* gnu/packages/networking.scm (opendht) [configure-flags]: Add
"--disable-static".
This commit is contained in:
Maxim Cournoyer 2023-02-07 23:28:48 -05:00
parent 2c53c2bb6a
commit e0d89c3735
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3729,7 +3729,8 @@ (define-public opendht
(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"