mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
gnu: vsftpd: Fix build with recent OpenSSL.
* gnu/packages/ftp.scm (vsftpd)[arguments]: Add "-Wno-deprecated-declarations" to CFLAGS. Reported by helioscultist in #guix.
This commit is contained in:
parent
39db6489e8
commit
4c4ff2e1f0
2 changed files with 4 additions and 1 deletions
|
@ -893,7 +893,7 @@ the C, C++, C++/CLI, Objective‑C, C#, and Java programming languages.")
|
|||
(define-public indent
|
||||
(package
|
||||
(name "indent")
|
||||
(version "2.2.12")
|
||||
(version "2.2.13")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/indent/indent-" version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue