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:
parent
9380f4e43d
commit
7fdd112815
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue