disable cairo-trace, which is incompatible with older libiberty.h.
This commit is contained in:
parent
67ea7ce0ab
commit
b7b4faff96
@ -14,6 +14,7 @@ class Cairo(Package):
|
||||
|
||||
def install(self, spec, prefix):
|
||||
configure("--prefix=%s" % prefix,
|
||||
"--disable-trace", # can cause problems with libiberty
|
||||
"--enable-tee")
|
||||
make()
|
||||
make("install")
|
||||
|
Loading…
Reference in New Issue
Block a user