guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: aircrack-ng: Fix build.


From: guix-commits
Subject: 02/04: gnu: aircrack-ng: Fix build.
Date: Sat, 18 Sep 2021 09:35:44 -0400 (EDT)

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

commit a9798a0abecbd129c502216a340076cf98f9b613
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Sep 18 14:54:45 2021 +0200

    gnu: aircrack-ng: Fix build.
    
    * gnu/packages/networking.scm (aircrack-ng)[arguments]: Add '-fcommon' to
      CFLAGS.
---
 gnu/packages/networking.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 869ad4b..532f277 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -46,6 +46,7 @@
 ;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
 ;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
 ;;; Copyright © 2021 Milkey Mouse <milkeymouse@meme.institute>
+;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1848,7 +1849,8 @@ live network and disk I/O bandwidth monitor.")
        ("zlib" ,zlib)))
     (arguments
      `(#:configure-flags
-       (list "--with-experimental=yes"  ; build wesside-ng, etc.
+       (list "CFLAGS=-fcommon"
+             "--with-experimental=yes"  ; build wesside-ng, etc.
              "--with-gcrypt")           ; openssl's the default
        #:phases (modify-phases %standard-phases
                   (add-before 'bootstrap 'patch-evalrev



reply via email to

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