dbus: disable systemd
Not necessary in spack. Also forcefully installs outside of the prefix.
This commit is contained in:
		| @@ -20,7 +20,9 @@ class Dbus(Package): | |||||||
|     version('1.8.2', 'd6f709bbec0a022a1847c7caec9d6068') |     version('1.8.2', 'd6f709bbec0a022a1847c7caec9d6068') | ||||||
|  |  | ||||||
|     def install(self, spec, prefix): |     def install(self, spec, prefix): | ||||||
|         configure("--prefix=%s" % prefix) |         configure( | ||||||
|  |             "--prefix=%s" % prefix, | ||||||
|  |             "--disable-systemd") | ||||||
|         make() |         make() | ||||||
|         make("install") |         make("install") | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Ben Boeckel
					Ben Boeckel