3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: lepton-eda: Pass -fcommon.

* gnu/packages/engineering.scm (lepton-eda)[arguments]: Add -fcommon to
CFLAGS.
This commit is contained in:
Ricardo Wurmus 2021-10-21 17:54:55 +00:00
parent 9380f4e43d
commit 7fdd112815
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -315,7 +315,8 @@ utilities.")
(string-append "--with-pcb-datadir=" pcb "/share")
(string-append "--with-pcb-lib-path="
pcb "/share/pcb/pcblib-newlib:"
pcb "/share/pcb/newlib")))
pcb "/share/pcb/newlib")
"CFLAGS=-fcommon"))
#:phases
(modify-phases %standard-phases
(add-before 'build 'fix-dynamic-link