mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +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-datadir=" pcb "/share")
|
||||||
(string-append "--with-pcb-lib-path="
|
(string-append "--with-pcb-lib-path="
|
||||||
pcb "/share/pcb/pcblib-newlib:"
|
pcb "/share/pcb/pcblib-newlib:"
|
||||||
pcb "/share/pcb/newlib")))
|
pcb "/share/pcb/newlib")
|
||||||
|
"CFLAGS=-fcommon"))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'build 'fix-dynamic-link
|
(add-before 'build 'fix-dynamic-link
|
||||||
|
|
Loading…
Add table
Reference in a new issue