gnubg: cross arm* broken
This commit is contained in:
parent
67e47b7cc7
commit
7411712fc2
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ distfiles="http://www.gnubg.org/media/sources/$pkgname-release-$version-sources.
|
|||
checksum=eb70460ec5e03fca20e0711f76334d5d68519fa04ba0474f9445e4bd821cdf6a
|
||||
LDFLAGS="-Wl,--no-as-needed -lm -lreadline"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*) broken="https://build.voidlinux.eu/builders/armv7l_builder/builds/6536/steps/shell_3/logs/stdio" ;;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
makeweights < gnubg.weights > gnubg.wd
|
||||
|
|
Loading…
Reference in a new issue