disable parallel install for glib (found races)
This commit is contained in:
parent
b7b4faff96
commit
047f1b9de9
@ -16,4 +16,4 @@ class Glib(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)
|
||||||
|
Loading…
Reference in New Issue
Block a user