/hg/buildbot: Use --disable-system-lcms for f3a5s build factory.
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Thu Dec 26 06:50:09 PST 2013
changeset ddb0e5427eb4 in /hg/buildbot
details: http://icedtea.classpath.org/hg/buildbot?cmd=changeset;node=ddb0e5427eb4
author: Andrew John Hughes <gnu.andrew at redhat.com>
date: Thu Dec 26 14:49:55 2013 +0000
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.
diffstat:
icedtea/master.cfg | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (19 lines):
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"))
More information about the distro-pkg-dev
mailing list