me
/
guix
Archived
1
0
Fork 0

gnu: xen: Don't patch etherboot Makefile.

* gnu/packages/virtualization.scm (xen)[arguments]<#:phases>[patch]:
Don't patch etherboot's "Makefile".
master
Danny Milosavljevic 2019-01-21 12:09:32 +01:00
parent b65b78ff38
commit 504f3ac840
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 0 additions and 3 deletions

View File

@ -1191,9 +1191,6 @@ override CC = " (assoc-ref inputs "cross-gcc") "/bin/i686-linux-gnu-gcc"))
(string-append "CFLAGS += -march=i686 -I"
(assoc-ref inputs "cross-libc")
"/include")))
;; Tries to use "git clone".
(substitute* "tools/firmware/Makefile"
(("\\+= etherboot") "+="))
;; /var is not in /gnu/store , so don't try to create it.
(substitute* '("tools/Makefile"
"tools/xenstore/Makefile"