dbus-glib: Add /usr/sbin to path, this fixes the reported build issues but doesn't require a patch.
This commit is contained in:
parent
2698aa7767
commit
7fda22aca7
@ -11,6 +11,7 @@ source=(http://dbus.freedesktop.org/releases/$name/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
export PATH="$PATH:/usr/sbin"
|
||||
./configure --prefix=/usr \
|
||||
--disable-static \
|
||||
--with-xml=expat
|
||||
|
Loading…
x
Reference in New Issue
Block a user