--- /var/abs/community/libvirt/PKGBUILD 2011-02-01 06:11:22.000000000 +0100 +++ PKGBUILD 2011-02-01 12:25:47.981783728 +0100 @@ -10,7 +10,7 @@ url="http://libvirt.org/" license=('LGPL') depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2' - 'avahi' 'yajl' 'libpciaccess' 'hal' 'dbus-core' 'libxau' 'libxdmcp' 'libpcap' + 'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus-core' 'libxau' 'libxdmcp' 'libpcap' 'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 'gcc-libs' 'iproute2') makedepends=('pkgconfig' 'lvm2') @@ -60,8 +60,8 @@ [ $NOEXTRACT -eq 1 ] || patch -Np1 -i "$srcdir"/openbsd-netcat-default.patch export LDFLAGS=-lX11 - [ -f Makefile ] || ./configure --prefix=/usr --libexec=/usr/lib/"$pkgname" \ - --with-storage-lvm --without-xen + ./configure --prefix=/usr --libexec=/usr/lib/"$pkgname" \ + --with-storage-lvm --without-xen --with-udev --without-hal find -name Makefile -exec sed -i 's#-L /usr#-L/usr#' {} \; make -j1 make DESTDIR="$pkgdir" install