mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
icinga2: change to qemu build helper
This commit is contained in:
parent
28a1a787ea
commit
e87e8fafb0
1 changed files with 1 additions and 4 deletions
|
@ -3,6 +3,7 @@ pkgname=icinga2
|
||||||
version=2.9.3
|
version=2.9.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
build_helper="qemu"
|
||||||
configure_args="-DCMAKE_INSTALL_SYSCONFDIR=/etc
|
configure_args="-DCMAKE_INSTALL_SYSCONFDIR=/etc
|
||||||
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DICINGA2_RUNDIR=/run
|
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DICINGA2_RUNDIR=/run
|
||||||
-DICINGA2_PLUGINDIR=/usr/lib/monitoring-plugins/"
|
-DICINGA2_PLUGINDIR=/usr/lib/monitoring-plugins/"
|
||||||
|
@ -24,10 +25,6 @@ system_accounts="icinga"
|
||||||
system_groups="icingacmd"
|
system_groups="icingacmd"
|
||||||
icinga_groups="icingacmd"
|
icinga_groups="icingacmd"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
hostmakedepends+=" qemu-user-static"
|
|
||||||
fi
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv icinga2
|
vsv icinga2
|
||||||
# remove useless files
|
# remove useless files
|
||||||
|
|
Loading…
Add table
Reference in a new issue