openvswitch: enable ppc64

[ci skip]
This commit is contained in:
q66 2019-01-27 03:56:39 +01:00 committed by maxice8
parent 495802f053
commit 7dbf43ab72

View File

@ -2,8 +2,10 @@
pkgname=openvswitch
version=2.9.2
revision=2
only_for_archs="i686 i686-musl x86_64 x86_64-musl ppc64le ppc64le-musl ppc64-musl"
build_style=gnu-configure
configure_args="--with-rundir=/run/openvswitch"
pycompile_dirs="usr/share/openvswitch/python"
hostmakedepends="python perl python-six"
makedepends="libressl-devel ${hostmakedepends}"
depends="python"
@ -13,10 +15,8 @@ license="Apache-2.0"
homepage="http://openvswitch.org/"
distfiles="http://openvswitch.org/releases/${pkgname}-${version}.tar.gz"
checksum=90f084dc282fdb588a2cfff351fea359492f69600f1e4a1286e24e44901de113
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
_completiondir="/usr/share/bash-completion/completions"
make_install_args+=" completiondir=${_completiondir}"
pycompile_dirs="usr/share/openvswitch/python"
_completiondir="/usr/share/bash-completion/completions"
post_install() {
for cmd in ovs-appctl ovs-vsctl; do