From 6e66bddd0781591a782290d9daf22ef204646fbf Mon Sep 17 00:00:00 2001 From: D G Turner Date: Tue, 10 Jun 2014 01:27:40 +0100 Subject: [PATCH] BUILDBOT: Disable MADS engine for OSX PPC builds to fix build. The root cause of this problem needs locating and a longterm fix or mitigation (Dynamic Plugins?) is required as each new engine or increase in code size retriggers this issue. --- config/master.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/config/master.cfg b/config/master.cfg index de418a7..45ba9f9 100644 --- a/config/master.cfg +++ b/config/master.cfg @@ -515,6 +515,7 @@ p = { "configureargs": [ "--host=ppc-apple-darwin8", "--disable-freetype2", # 2014-04-18 Linking fails at packaging for nightly builds if Freetype library is enabled with errors of type "relocation overflow for relocation entry XX in section (__TEXT,__textcoal_nt) (displacement too large)" + "--disable-engines=mads", # 2014-05-26 Linking fails at packaging with similar error - FIXME: Need better solution longterm "--with-staticlib-prefix=%s" % scumm_root_osx_ppc ], "configureargs-tools": [