me
/
guix
Archived
1
0
Fork 0

gnu: subversion: Don't build static libraries.

This drops the size of the package by about 27%.

* gnu/packages/version-control.scm (subversion)[arguments]: Add
configure-flag to not build static libraries.
master
Efraim Flashner 2020-02-21 08:50:48 +02:00
parent 2940b3e16c
commit fa9f5df7c4
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -1432,6 +1432,7 @@ following features:
(arguments
'(#:parallel-tests? #f ; TODO Seems to cause test failures on
; i686-linux
#:configure-flags '("--enable-static=no")
#:phases
(modify-phases %standard-phases
(add-after 'configure 'patch-libtool-wrapper-ls