mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
icinga2: fix cross
This commit is contained in:
parent
90fa931205
commit
cf852c656f
1 changed files with 4 additions and 2 deletions
|
@ -20,12 +20,14 @@ homepage="https://www.icinga.org/"
|
||||||
distfiles="https://github.com/Icinga/icinga2/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Icinga/icinga2/archive/v${version}.tar.gz"
|
||||||
checksum=3d46e61bc45a369c757a9f91111b80fb2405099a32e04e7d259f8c3a72cfe762
|
checksum=3d46e61bc45a369c757a9f91111b80fb2405099a32e04e7d259f8c3a72cfe762
|
||||||
|
|
||||||
nocross="https://build.voidlinux.eu/builders/armv7l_builder/builds/25979/steps/shell_3/logs/stdio"
|
|
||||||
|
|
||||||
system_accounts="icinga"
|
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