godot: nocross and musl broken

This commit is contained in:
Jürgen Buchmüller 2017-12-13 19:42:54 +01:00
parent 730b8a83fb
commit 74cc920301
1 changed files with 5 additions and 0 deletions

View File

@ -17,12 +17,17 @@ checksum=07cf3b01367d5ea53805f144bc60711bd79efb53f1f88d57d6a706e6944de8d7
# Godot contains private copies of libraries
# that already have been packaged elsewhere.
make_build_args="use_llvm=yes platform=x11 tools=yes target=release_debug colored=yes pulseaudio=no"
nocross="https://build.voidlinux.eu/builders/armv7l_builder/builds/6342/steps/shell_3/logs/stdio"
# Specifing nopie=yes crashes clang, because -no-pie is not implemented,
# only -no-pie is
CFLAGS+=" -fPIE -fPIC"
LDFLAGS+=" -pie"
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="Missing definition for __bswap_16()" ;;
esac
post_extract() {
sed -i -e "/openssl_version =/,+4d" platform/x11/detect.py
}