mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
botan: broken for armv6*
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
90ea500c97
commit
f86ea66d46
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ checksum=c1f261555bba702c73608dde7bd743ef2d6377a41a1c295915b25c5babaf5cc5
|
||||||
|
|
||||||
LDFLAGS="-pthread"
|
LDFLAGS="-pthread"
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
armv6*) broken="https://build.voidlinux.eu/builders/armv6l_builder/builds/9072/steps/shell_3/logs/stdio";;
|
||||||
|
esac
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
local _args _arch _cpu
|
local _args _arch _cpu
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue