disable parallel install for glib (found races)
This commit is contained in:
		| @@ -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) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Todd Gamblin
					Todd Gamblin