gnu: xen: Don't patch etherboot Makefile.
* gnu/packages/virtualization.scm (xen)[arguments]<#:phases>[patch]: Don't patch etherboot's "Makefile".master
parent
b65b78ff38
commit
504f3ac840
|
@ -1191,9 +1191,6 @@ override CC = " (assoc-ref inputs "cross-gcc") "/bin/i686-linux-gnu-gcc"))
|
||||||
(string-append "CFLAGS += -march=i686 -I"
|
(string-append "CFLAGS += -march=i686 -I"
|
||||||
(assoc-ref inputs "cross-libc")
|
(assoc-ref inputs "cross-libc")
|
||||||
"/include")))
|
"/include")))
|
||||||
;; Tries to use "git clone".
|
|
||||||
(substitute* "tools/firmware/Makefile"
|
|
||||||
(("\\+= etherboot") "+="))
|
|
||||||
;; /var is not in /gnu/store , so don't try to create it.
|
;; /var is not in /gnu/store , so don't try to create it.
|
||||||
(substitute* '("tools/Makefile"
|
(substitute* '("tools/Makefile"
|
||||||
"tools/xenstore/Makefile"
|
"tools/xenstore/Makefile"
|
||||||
|
|
Reference in New Issue