parent
5d859baf59
commit
c4041d9c39
@ -43,6 +43,10 @@ stdenv.mkDerivation rec {
|
|||||||
# See <http://www.mail-archive.com/qemu-devel@nongnu.org/msg22775.html>.
|
# See <http://www.mail-archive.com/qemu-devel@nongnu.org/msg22775.html>.
|
||||||
sed -i "tests/util/grub-shell.in" \
|
sed -i "tests/util/grub-shell.in" \
|
||||||
-e's/qemu-system-i386/qemu-system-x86_64 -nodefaults/g'
|
-e's/qemu-system-i386/qemu-system-x86_64 -nodefaults/g'
|
||||||
|
|
||||||
|
# Fix for building on Glibc 2.16. Won't be needed once the
|
||||||
|
# gnulib in grub is updated.
|
||||||
|
sed -i '/gets is a security hole/d' grub-core/gnulib/stdio.in.h
|
||||||
'';
|
'';
|
||||||
|
|
||||||
prePatch =
|
prePatch =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user