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
parent
2940b3e16c
commit
fa9f5df7c4
|
@ -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
|
||||
|
|
Reference in New Issue