diff options
author | Mario Preksavec <mario@slackware.hr> | 2014-11-10 01:32:11 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-15 08:30:43 +0700 |
commit | 6577920068e0232b8a8ed7f97f679e7ed7efa932 (patch) | |
tree | d0b0894c1cf18c8255eae212a6ac705fc923c8c8 /system/xen/xen.SlackBuild | |
parent | aca2f3e6aeec45d3fe772ddefc8c5646f8c38079 (diff) | |
download | slackbuilds-6577920068e0232b8a8ed7f97f679e7ed7efa932.tar.gz |
system/xen: Local attach support for PHY backends using scripts
Diffstat (limited to 'system/xen/xen.SlackBuild')
-rw-r--r-- | system/xen/xen.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/system/xen/xen.SlackBuild b/system/xen/xen.SlackBuild index abb0c177d1..1a340e2120 100644 --- a/system/xen/xen.SlackBuild +++ b/system/xen/xen.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=xen VERSION=${VERSION:-4.3.3} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -80,6 +80,9 @@ patch -p1 <$CWD/patches/configuration_goes_to_system_etc.diff patch -p1 <$CWD/patches/symlinks_instead_of_hardlinks.diff patch -p1 <$CWD/patches/remove_obsolete_udev_rules.diff +# Local attach support for PHY backends using scripts +patch -p1 <$CWD/patches/local_attach_support_for_phy.patch + # Let's not download stuff during the build... patch -p1 <$CWD/patches/use_already_present_ipxe.diff cp -a $CWD/ipxe-git-9a93db3f0947484e30e753bbd61a10b17336e20e.tar.gz \ |