gnu: aircrack-ng: Fix build.

* gnu/packages/networking.scm (aircrack-ng)[arguments]: Add '-fcommon' to
  CFLAGS.
This commit is contained in:
Guillaume Le Vaillant 2021-09-18 14:54:45 +02:00
parent 5a7703413b
commit a9798a0abe
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -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 @@ (define-public aircrack-ng
("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