mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ following features:
|
||||||
(arguments
|
(arguments
|
||||||
'(#:parallel-tests? #f ; TODO Seems to cause test failures on
|
'(#:parallel-tests? #f ; TODO Seems to cause test failures on
|
||||||
; i686-linux
|
; i686-linux
|
||||||
|
#:configure-flags '("--enable-static=no")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'configure 'patch-libtool-wrapper-ls
|
(add-after 'configure 'patch-libtool-wrapper-ls
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue