summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArjan Bouter2009-09-01 01:52:23 +0200
committerArjan Bouter2009-09-01 01:52:23 +0200
commitc3c746e3170bcb72aa23adee00ce201424fa43d2 (patch)
tree72c690f312261102eca2abd95dd99c0f50e8ee81
parenteeb3b6302e0644d4c2d5f6bf76a8f5ee3826012d (diff)
libvirt: use provider for sasl
-rwxr-xr-xlibs/libvirt/DEPENDS2
-rw-r--r--libs/libvirt/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/libs/libvirt/DEPENDS b/libs/libvirt/DEPENDS
index fcbe3abaf1..eca969dffd 100755
--- a/libs/libvirt/DEPENDS
+++ b/libs/libvirt/DEPENDS
@@ -8,7 +8,7 @@ optional_depends avahi \
'--without-avahi' \
'for Avahi remote daemon advertising' &&
-optional_depends cyrus-sasl \
+optional_depends LIBSASL \
'--with-sasl' \
'--without-sasl' \
'for Cyrus SASL authentication support' &&
diff --git a/libs/libvirt/HISTORY b/libs/libvirt/HISTORY
index a99c38ab94..e4898e235a 100644
--- a/libs/libvirt/HISTORY
+++ b/libs/libvirt/HISTORY
@@ -1,3 +1,6 @@
+2009-08-31 Arjan Bouter <abouter@sourcemage.org>
+ * DEPENDS: changed cyrus-sasl to LIBSASL
+
2009-02-25 Eric Sandall <sandalle@sourcemage.org>
* DEPENDS: Optionally depends on kvm, lvm, and parted