Skip to content
Snippets Groups Projects
Commit b7b4faff authored by Todd Gamblin's avatar Todd Gamblin
Browse files

disable cairo-trace, which is incompatible with older libiberty.h.

parent 67ea7ce0
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ class Cairo(Package): ...@@ -14,6 +14,7 @@ class Cairo(Package):
def install(self, spec, prefix): def install(self, spec, prefix):
configure("--prefix=%s" % prefix, configure("--prefix=%s" % prefix,
"--disable-trace", # can cause problems with libiberty
"--enable-tee") "--enable-tee")
make() make()
make("install") make("install")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment