guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: fpm2: Build with '-fcommon'.


From: guix-commits
Subject: 02/04: gnu: fpm2: Build with '-fcommon'.
Date: Mon, 6 Dec 2021 05:50:50 -0500 (EST)

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

commit f72db02a6a139a40582232afd713dd513222eac5
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Dec 6 10:01:32 2021 +0100

    gnu: fpm2: Build with '-fcommon'.
    
    * gnu/packages/password-utils.scm (fpm2)[arguments]: Add #:configure-flags.
---
 gnu/packages/password-utils.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 669aa9b..4658c9f 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -1054,7 +1054,8 @@ by GnuPG's symmetrical encryption.")
     (native-inputs `(("pkg-config" ,pkg-config)
                      ("intltool" ,intltool)))
     (arguments
-     `(#:phases
+     `(#:configure-flags '("CFLAGS=-O2 -g -fcommon")
+       #:phases
        (modify-phases %standard-phases
          (add-before 'configure 'pre-configure
            ;; The file po/POTFILES.in ends up missing for some reason in



reply via email to

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