Skip to content
Snippets Groups Projects
Commit 58adff30 authored by Todd Gamblin's avatar Todd Gamblin
Browse files

Merge pull request #142 from mathstuf/dbus-disable-systemd

dbus: disable systemd
parents 5d626ac5 b88da83a
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,9 @@ class Dbus(Package): ...@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment