rspamd: broken on armv[67]

This commit is contained in:
Enno Boland 2016-12-09 15:46:50 +01:00
parent 839c15bbc7
commit 113cfbc56a

View File

@ -18,6 +18,9 @@ checksum=11e39e4b44a85feaf546696d28a72ffc32e35c01a028a251d5175ba58343eb28
system_accounts="rspamd"
rspamd_homedir="/var/lib/rspamd"
conf_files="/etc/rspamd/*.conf /etc/rspamd/*.inc /etc/rspamd/modules.d/*.conf"
case "$XBPS_TARGET_MACHINE" in
armv*) broken="https://build.voidlinux.eu/builders/armv6l_builder/builds/29680/steps/shell_3/logs/stdio" ;;
esac
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" $makedepends"