me
/
guix
Archived
1
0
Fork 0

gnu: f2fs-tools: Fix building with gcc-10.

* gnu/packages/linux.scm (f2fs-tools-1.7)[arguments]: Pass '-fcommon' to
  CFLAGS.
master
Guillaume Le Vaillant 2021-08-31 15:25:22 +02:00
parent e227b0820a
commit 9055b93513
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 3 additions and 1 deletions

View File

@ -54,6 +54,7 @@
;;; Copyright © 2021 B. Wilson <elaexuotee@wilsonb.com> ;;; Copyright © 2021 B. Wilson <elaexuotee@wilsonb.com>
;;; Copyright © 2021 Ivan Gankevich <i.gankevich@spbu.ru> ;;; Copyright © 2021 Ivan Gankevich <i.gankevich@spbu.ru>
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be> ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -5497,7 +5498,8 @@ obviously it can be shared with files outside our set).")
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:phases `(#:configure-flags '("CFLAGS=-fcommon")
#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'install 'install-headers (add-after 'install 'install-headers
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)