guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: libgadu: Build with '-fcommon'.


From: guix-commits
Subject: 05/07: gnu: libgadu: Build with '-fcommon'.
Date: Mon, 22 Nov 2021 17:52:30 -0500 (EST)

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

commit 74632463940b07e9f50aa0784e7d36f2e3924b99
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Nov 22 23:27:24 2021 +0100

    gnu: libgadu: Build with '-fcommon'.
    
    * gnu/packages/messaging.scm (libgadu)[arguments]: Build with '-fcommon'.
---
 gnu/packages/messaging.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index fd207e8..e7e5b75 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -311,9 +311,10 @@ user interfaces in a fast and easy way.  It is based on 
GLib and ncurses.")
         (base32 "1s16cripy5w9k12534qb012iwc5m9qcjyrywgsziyn3kl3i0aa8h"))))
     (build-system gnu-build-system)
     (arguments
+     ;; 'test/manual/userconfig.h' contains definitions in lieu of
+     ;; declarations, hence '-fcommon'.
      `(#:configure-flags
-       (list
-        "--disable-static")
+       (list "--disable-static" "CFLAGS=-O2 -g -fcommon")
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'patch-shebangs



reply via email to

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