Install the libnl3 packages needed by the remus code. Those are available on both Wheezy and Jessie, although the Wheezy ones are too old.
Signed-off-by: Roger Pau Monné <roger....@citrix.com> Cc: Ian Jackson <ian.jack...@eu.citrix.com> Cc: Ian Campbell <ian.campb...@citrix.com> Cc: Shriram Rajagopalan <rshri...@cs.ubc.ca> Cc: Yang Hongyang <yan...@cn.fujitsu.com> --- ts-xen-build-prep | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ts-xen-build-prep b/ts-xen-build-prep index 9a3b523..034377e 100755 --- a/ts-xen-build-prep +++ b/ts-xen-build-prep @@ -206,14 +206,8 @@ sub prep () { autoconf automake libtool xsltproc libxml2-utils libxml2-dev libdevmapper-dev w3c-dtd-xhtml libxml-xpath-perl - ccache nasm checkpolicy); + ccache nasm checkpolicy libnl-3-dev libnl-route-3-dev); - if ($ho->{Suite} =~ m/wheezy|squeeze|lenny/) { - push(@packages, "libnl-dev"); - } else { - # jessie (>jessie?) - push(@packages, "libnl-route-3-dev"); - } target_install_packages($ho, @packages); target_cmd_root($ho, "chmod -R a+r /usr/share/git-core/templates"); # workaround for Debian #595728 -- 1.9.5 (Apple Git-50.3) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel