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
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)