mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 11:32:21 +02:00
gnu: linsmith: Pass -fcommon to compiler.
* gnu/packages/engineering.scm (linsmith)[arguments]: Add -fcommon to CFLAGS.
This commit is contained in:
@@ -1157,6 +1157,8 @@ worksheet templates.")))
|
||||
(base32
|
||||
"13qj7n9826qc9shkkgd1p6vcpj78v4h9d67wbg45prg7rbnzkzds"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("CFLAGS=-fcommon")))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("gtk" ,gtk+-2)
|
||||
|
||||
Reference in New Issue
Block a user