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"))))
|
(base32 "1s16cripy5w9k12534qb012iwc5m9qcjyrywgsziyn3kl3i0aa8h"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
;; 'test/manual/userconfig.h' contains definitions in lieu of
|
||||||
|
;; declarations, hence '-fcommon'.
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list
|
(list "--disable-static" "CFLAGS=-O2 -g -fcommon")
|
||||||
"--disable-static")
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-shebangs
|
(add-after 'unpack 'patch-shebangs
|
||||||
|
|
Loading…
Reference in a new issue