summaryrefslogtreecommitdiffstats
path: root/system/xen/xen.SlackBuild
diff options
context:
space:
mode:
author mario2011-12-10 08:28:06 +0100
committer Niels Horn2011-12-11 00:58:16 +0100
commit3aa48f231b9a0ee0495ba05040a91a212785ae6b (patch)
treed8be512729409fbc53da46fb924ee64db213efa8 /system/xen/xen.SlackBuild
parent66716e78f6584b7544a9e51c5fd0e94dea760401 (diff)
downloadslackbuilds-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.SlackBuild7
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 \