subjack: broken for 32bit

This commit is contained in:
Duncaen 2023-08-24 13:10:34 +02:00
parent ff56264c3f
commit 543e123d7f
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35

View File

@ -11,3 +11,7 @@ license="Apache-2.0"
homepage="https://github.com/haccer/subjack"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=0047348b947cb46709bd089ee672cc8f2d7ac3805a93043306c484bfcc9c6e65
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
broken="src/github.com/valyala/fasthttp/round2_32.go:25:10: undefined: math"
fi