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() {
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user