diff options
author | mario <mario@slackverse.org> | 2011-12-10 01:28:06 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-10 21:58:16 -0200 |
commit | 3aa48f231b9a0ee0495ba05040a91a212785ae6b (patch) | |
tree | d8be512729409fbc53da46fb924ee64db213efa8 /system/xen/xen.SlackBuild | |
parent | 66716e78f6584b7544a9e51c5fd0e94dea760401 (diff) | |
download | slackbuilds-3aa48f231b9a0ee0495ba05040a91a212785ae6b.tar.gz |
system/xen: Updated for version 4.1.2 and misc build fixes
This commit includes some minor changes by rworkman to prevent
the Makefile(s) from downloading various stuff.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/xen/xen.SlackBuild')
-rw-r--r-- | system/xen/xen.SlackBuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/system/xen/xen.SlackBuild b/system/xen/xen.SlackBuild index 3026e5c03e..313be70a4d 100644 --- a/system/xen/xen.SlackBuild +++ b/system/xen/xen.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xen -VERSION=${VERSION:-4.1.1} +VERSION=${VERSION:-4.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,6 +72,11 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Let's not download stuff during the build... +patch -p1 <$CWD/patches/use_already_present_ipxe.diff +cp -a $CWD/ipxe-git-v1.0.0.tar.gz tools/firmware/etherboot/_ipxe.tar.gz +cp -a $CWD/{lwip,zlib,newlib,pciutils,grub}-*.tar.?z* stubdom + make -C xen \ docdir=/usr/doc/$PRGNAM-$VERSION \ DOCDIR=/usr/doc/$PRGNAM-$VERSION \ |