changeset 53:75c9cdad9559

Use --disable-system-lcms for f3s build factory. Fixes: configure: error: Could not find LCMS2; install LCMS2 or build with --disable-system-lcms to use the in-tree copy.
author Xerxes Ranby <xerxes@zafena.se>
date Fri, 20 Dec 2013 16:44:42 +0100
parents a5f4ccb35eeb
children ddb0e5427eb4
files icedtea/master.cfg
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/icedtea/master.cfg	Fri Dec 20 15:38:48 2013 +0100
+++ b/icedtea/master.cfg	Fri Dec 20 16:44:42 2013 +0100
@@ -387,6 +387,7 @@
                       description="check-langtools",
                       workdir="build"))
 
+#icedtea6-squeeze-x86_64-quick-shark
 f3s = factory.BuildFactory()
 f3s.addStep(Mercurial(baseURL=hgrepo, workdir="src", mode="update"))
 f3s.addStep(ShellCommand(command=["./autogen.sh"],
@@ -397,6 +398,7 @@
                         description="clean build dir"))
 f3s.addStep(Configure(command=["../src/configure",
                               "--disable-bootstrap",
+                              "--disable-system-lcms",
                               "--disable-docs",
                               "--enable-shark"],
                               workdir="build"))