1
0
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:
Ricardo Wurmus
2021-11-22 18:24:00 +01:00
parent 318b9f19b7
commit 3d32fd1a6e
+2
View File
@@ -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)