mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 13:17:10 -05:00
gnu: libgadu: Build with '-fcommon'.
* gnu/packages/messaging.scm (libgadu)[arguments]: Build with '-fcommon'.
This commit is contained in:
parent
9404cd3301
commit
7463246394
1 changed files with 3 additions and 2 deletions
|
@ -311,9 +311,10 @@ (define-public libgadu
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue