mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 02:16:31 +01:00
gnu: gmtp: Fix build.
* gnu/packages/libusb.scm (gmtp)[arguments]: Pass '-fcommon' to CFLAGS.
This commit is contained in:
parent
281b4debe9
commit
923c2527af
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
;;; Copyright © 2018 Vagrant Cascadian <vagrant@debian.org>
|
;;; Copyright © 2018 Vagrant Cascadian <vagrant@debian.org>
|
||||||
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
|
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
|
||||||
;;; Copyright © 2020 Christopher Howard <christopher@librehacker.com>
|
;;; Copyright © 2020 Christopher Howard <christopher@librehacker.com>
|
||||||
|
;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -543,6 +544,7 @@ proposed for standardization.")
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
(let ((libid3tag (assoc-ref %build-inputs "libid3tag")))
|
(let ((libid3tag (assoc-ref %build-inputs "libid3tag")))
|
||||||
(list
|
(list
|
||||||
|
"CFLAGS=-fcommon"
|
||||||
;; libid3tag provides no .pc file, so pkg-config fails to find them.
|
;; libid3tag provides no .pc file, so pkg-config fails to find them.
|
||||||
(string-append "ID3TAG_CFLAGS=-I" libid3tag "/include")
|
(string-append "ID3TAG_CFLAGS=-I" libid3tag "/include")
|
||||||
(string-append "ID3TAG_LIBS=-L" libid3tag "/lib -lid3tag -lz")))))
|
(string-append "ID3TAG_LIBS=-L" libid3tag "/lib -lid3tag -lz")))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue