me
/
guix
Archived
1
0
Fork 0

gnu: lepton-eda: Pass -fcommon.

* gnu/packages/engineering.scm (lepton-eda)[arguments]: Add -fcommon to
CFLAGS.
master
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
1 changed files with 2 additions and 1 deletions

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