mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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.
This commit is contained in:
parent
2940b3e16c
commit
fa9f5df7c4
1 changed files with 1 additions and 0 deletions
|
@ -1432,6 +1432,7 @@ (define-public subversion
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue