diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm index 17ad139162..0dd6958e51 100644 --- a/gnu/packages/ftp.scm +++ b/gnu/packages/ftp.scm @@ -5,6 +5,7 @@ ;;; Copyright © 2016–2021 Tobias Geerinckx-Rice ;;; Copyright © 2017 Rene Saavedra ;;; Copyright © 2021 David Larsson +;;; Copyright © 2021 Guillaume Le Vaillant ;;; ;;; This file is part of GNU Guix. ;;; @@ -132,6 +133,7 @@ reliability in mind.") (let ((out (assoc-ref outputs "out"))) (setenv "CONFIG_SHELL" (which "sh")) (setenv "SHELL" (which "sh")) + (setenv "CFLAGS" "-fcommon") (invoke "./configure" (string-append "--prefix=" out)))))) #:tests? #f)) ;there are no tests