changeset 54:ddb0e5427eb4

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.
author Andrew John Hughes <gnu.andrew@redhat.com>
date Thu, 26 Dec 2013 14:49:55 +0000
parents 75c9cdad9559
children 5e60264eb933
files icedtea/master.cfg
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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"))