Avoid race in pango's make install
, set parallel=False
This commit is contained in:
@@ -16,4 +16,4 @@ class Pango(Package):
|
|||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
configure("--prefix=%s" % prefix)
|
configure("--prefix=%s" % prefix)
|
||||||
make()
|
make()
|
||||||
make("install")
|
make("install", parallel=False)
|
||||||
|
Reference in New Issue
Block a user