guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/07: gnu: gmtp: Fix build.


From: guix-commits
Subject: 07/07: gnu: gmtp: Fix build.
Date: Thu, 16 Sep 2021 04:47:42 -0400 (EDT)

glv pushed a commit to branch core-updates-frozen
in repository guix.

commit 923c2527afe4cee0debec045892dfc5d51cd282e
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Sep 16 10:38:38 2021 +0200

    gnu: gmtp: Fix build.
    
    * gnu/packages/libusb.scm (gmtp)[arguments]: Pass '-fcommon' to CFLAGS.
---
 gnu/packages/libusb.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm
index 5a5d867..db4d07c 100644
--- a/gnu/packages/libusb.scm
+++ b/gnu/packages/libusb.scm
@@ -10,6 +10,7 @@
 ;;; Copyright © 2018 Vagrant Cascadian <vagrant@debian.org>
 ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2020 Christopher Howard <christopher@librehacker.com>
+;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -543,6 +544,7 @@ proposed for standardization.")
      '(#:configure-flags
        (let ((libid3tag (assoc-ref %build-inputs "libid3tag")))
          (list
+          "CFLAGS=-fcommon"
           ;; libid3tag provides no .pc file, so pkg-config fails to find them.
           (string-append "ID3TAG_CFLAGS=-I" libid3tag "/include")
           (string-append "ID3TAG_LIBS=-L" libid3tag "/lib -lid3tag -lz")))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]