[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: subversion: Don't build static libraries.
From: |
guix-commits |
Subject: |
branch master updated: gnu: subversion: Don't build static libraries. |
Date: |
Fri, 21 Feb 2020 01:51:04 -0500 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new fa9f5df gnu: subversion: Don't build static libraries.
fa9f5df is described below
commit fa9f5df7c439083913bc08ec926b7c799704065b
Author: Efraim Flashner <address@hidden>
AuthorDate: Fri Feb 21 08:50:48 2020 +0200
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.
---
gnu/packages/version-control.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 24a7e35..df160bc 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: subversion: Don't build static libraries.,
guix-commits <=