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

Loading…
Cancel
Save