dbus-glib: Add /usr/sbin to path, this fixes the reported build issues but doesn't require a patch.

This commit is contained in:
Brett Goulder 2008-03-28 19:18:13 -04:00
parent 2698aa7767
commit 7fda22aca7

View File

@ -11,6 +11,7 @@ source=(http://dbus.freedesktop.org/releases/$name/$name-$version.tar.gz)
build() { build() {
cd $name-$version cd $name-$version
export PATH="$PATH:/usr/sbin"
./configure --prefix=/usr \ ./configure --prefix=/usr \
--disable-static \ --disable-static \
--with-xml=expat --with-xml=expat