From: Victor Martinez Date: Mon, 22 Feb 2010 15:55:33 +0000 (+0000) Subject: dbus: Fixed X search and forced build without X.. X-Git-Url: http://gitweb/?a=commitdiff_plain;h=18d3e1b644800a6fbf7cb58c9b462be276c61579;p=attic%2Fports%2Fopt-cross.git dbus: Fixed X search and forced build without X.. --- diff --git a/dbus/Pkgfile b/dbus/Pkgfile index 2e4eba3..f5dfd95 100644 --- a/dbus/Pkgfile +++ b/dbus/Pkgfile @@ -7,7 +7,7 @@ name=dbus version=1.2.16 -release=1 +release=2 source=(http://dbus.freedesktop.org/releases/dbus/$name-$version.tar.gz \ rc.dbus 30-dbus.launch) @@ -23,7 +23,8 @@ build() { --disable-static \ --with-dbus-user=messagebus \ --with-xml=expat \ - --with-system-pid-file=/var/run/$name/$name.pid + --with-system-pid-file=/var/run/$name/$name.pid \ + --without-x make make DESTDIR=$PKG install install -D -m 0755 $SRC/rc.dbus $PKG/etc/rc.d/dbus