From 17ce46e1ab4d0853cb8efb15dae9a512a3f28eec Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 2 Apr 2016 08:55:02 +0200 Subject: [PATCH] Revert "mame: try to fix x86 (32bit) build (use -Wl,--no-keep-memory)." This reverts commit 54d0318b49a72f7260069b931b33cd49c93b0925. Not enough to finish the linkage. --- srcpkgs/mame/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mame/template b/srcpkgs/mame/template index 2206b6fb01d..67b4651442a 100644 --- a/srcpkgs/mame/template +++ b/srcpkgs/mame/template @@ -17,9 +17,12 @@ 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