diff options
Diffstat (limited to 'system/xen/xen.SlackBuild')
-rw-r--r-- | system/xen/xen.SlackBuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/system/xen/xen.SlackBuild b/system/xen/xen.SlackBuild index 665b79eaf4..aaa7622719 100644 --- a/system/xen/xen.SlackBuild +++ b/system/xen/xen.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xen -# Copyright 2010-2013, mario <mario@slackverse.org> +# Copyright 2010-2013 Mario Preksavec, Zagreb, HR # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xen -VERSION=${VERSION:-4.3.0} +VERSION=${VERSION:-4.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -86,7 +86,11 @@ patch -p1 <$CWD/patches/remove_obsolete_udev_rules.diff patch -p1 <$CWD/patches/use_already_present_ipxe.diff cp -a $CWD/ipxe-git-9a93db3f0947484e30e753bbd61a10b17336e20e.tar.gz \ tools/firmware/etherboot/_ipxe.tar.gz -cp -a $CWD/{lwip,zlib,newlib,pciutils,grub}-*.tar.?z* stubdom +patch -p1 <$CWD/patches/use_already_present_seabios.diff +tar -xf $CWD/seabios-git-3a28511b46f0c2af5fae1b6ed2b0c19d7913cee3.tar.gz \ + -C tools/firmware +cp -a $CWD/{lwip,zlib,newlib,pciutils,grub,gmp,tpm_emulator}-*.tar.?z* \ + $CWD/polarssl-*.tgz stubdom ./configure \ --prefix=/usr \ |