[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: libfilezilla: Don't build static library.
From: |
guix-commits |
Subject: |
02/05: gnu: libfilezilla: Don't build static library. |
Date: |
Wed, 7 Oct 2020 07:55:35 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 0eca1c5de4782392715c859791a127ad4cf952d1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Oct 7 03:46:11 2020 +0200
gnu: libfilezilla: Don't build static library.
* gnu/packages/ftp.scm (libfilezilla)[arguments]: Add ‘--disable-static’
to #:configure-flags.
---
gnu/packages/ftp.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm
index 13ebe6b..f014629 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -179,6 +179,9 @@ as required.")
(sha256
(base32 "1zfnqbn14dx0fl45mfaznr5n5xsxy1kx8z9f80fppbqn37pb9mgx"))))
(build-system gnu-build-system)
+ (arguments
+ `(#:configure-flags
+ (list "--disable-static")))
(native-inputs
`(("cppunit" ,cppunit)
("gettext" ,gettext-minimal)
- branch master updated (19e6c44 -> 7adaf19), guix-commits, 2020/10/07
- 02/05: gnu: libfilezilla: Don't build static library.,
guix-commits <=
- 01/05: gnu: filezilla, libfilezilla: Update to 3.50.0, 0.24.1., guix-commits, 2020/10/07
- 03/05: gnu: filezilla: Run the test., guix-commits, 2020/10/07
- 05/05: gnu: eolie: Update to 0.9.99., guix-commits, 2020/10/07
- 04/05: gnu: nano: Update to 5.3., guix-commits, 2020/10/07