mame: try to fix x86 (32bit) build (use -Wl,--no-keep-memory).

This commit is contained in:
Juan RP 2016-04-02 08:24:43 +02:00
parent 6fd340df09
commit 54d0318b49

View File

@ -17,12 +17,9 @@ depends="liberation-fonts-ttf"
nocross=yes
replaces="sdlmame>=0 sdlmess>=0"
# ETOOBIG for i686
case "$XBPS_TARGET_MACHINE" in
i686*) broken="http://build.voidlinux.eu/builders/i686_builder/builds/21957/steps/shell_3/logs/stdio"
esac
CXXFLAGS="-DUSE_INTERNAL_CBEGIN_CEND=1 -I${XBPS_CROSS_BASE}/usr/include/lua5.3"
# required to complete linking on x86
LDFLAGS="-Wl,--no-keep-memory"
build_options="qt"
if [ -z "$CROSS_BUILD" ]; then