gnu: xnee: Build with '-fcommon'.

* gnu/packages/xnee.scm (xnee)[arguments]: New field.
This commit is contained in:
Ludovic Courtès 2021-12-06 10:01:15 +01:00
parent c162f8582b
commit 3686780f31
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2013, 2021 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
;;;
;;; This file is part of GNU Guix.
@ -38,6 +38,8 @@ (define-public xnee
(base32
"04n2lac0vgpv8zsn7nmb50hf3qb56pmj90dmwnivg09gyrf1x92j"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("CFLAGS=-O2 -g -fcommon")))
(inputs
`(("gtk+" ,gtk+-2)
("libx11" ,libx11)