me
/
guix
Archived
1
0
Fork 0

gnu: opendht: Do not produce static libraries.

* gnu/packages/networking.scm (opendht) [configure-flags]: Add
"--disable-static".
master
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
1 changed files with 2 additions and 1 deletions

View File

@ -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"