# HG changeset patch # User Andrew John Hughes # Date 1388069395 0 # Node ID ddb0e5427eb4818fee6ff6337770867c25986806 # Parent 75c9cdad9559b8a3d705fce5b2d0ba74f6d2c87b Use --disable-system-lcms for f3a5s build factory. Fixes: configure: error: Could not find LCMS2; install LCMS2 or build with --disable-system-lcms to use the in-tree copy. diff -r 75c9cdad9559 -r ddb0e5427eb4 icedtea/master.cfg --- a/icedtea/master.cfg Fri Dec 20 16:44:42 2013 +0100 +++ b/icedtea/master.cfg Thu Dec 26 14:49:55 2013 +0000 @@ -829,6 +829,7 @@ alwaysRun=True, description="killall")) +# icedtea6-squeeze-armv5tel-quick-shark f3a5s = factory.BuildFactory() f3a5s.addStep(Mercurial(baseURL=hgrepo, workdir="src", mode="update")) f3a5s.addStep(ShellCommand(command=["./autogen.sh"], @@ -841,6 +842,7 @@ "--disable-bootstrap", "--with-parallel-jobs=1", "--disable-docs", + "--disable-system-lcms", "--enable-shark"], workdir="build")) f3a5s.addStep(Compile(workdir="build"))