APKBUILD small changes

dev
santic-zombie 2 years ago
parent d6437fcf63
commit c6e95bcc08
  1. 4
      APKBUILD

@ -6,6 +6,7 @@ pkgrel=1
pkgdesc="OpenNebula Server and Scheduler (Community Edition)"
url="https://opennebula.io/"
arch="x86_64"
options="!check"
license="Apache"
depends="augeas
curl
@ -97,9 +98,6 @@ build() {
CXXFLAGS="--std=c++14" scons -j2 new_xmlrpc=yes mysql=yes sqlite=yes sunstone=yes systemd=no
}
check() {
}
package() {
cd "opennebula-${pkgver}"

Loading…
Cancel
Save