mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: linsmith: Pass -fcommon to compiler.
* gnu/packages/engineering.scm (linsmith)[arguments]: Add -fcommon to CFLAGS.
This commit is contained in:
parent
318b9f19b7
commit
3d32fd1a6e
1 changed files with 2 additions and 0 deletions
|
@ -1157,6 +1157,8 @@ (define-public linsmith
|
|||
(base32
|
||||
"13qj7n9826qc9shkkgd1p6vcpj78v4h9d67wbg45prg7rbnzkzds"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("CFLAGS=-fcommon")))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("gtk" ,gtk+-2)
|
||||
|
|
Loading…
Reference in a new issue