From 057b104387878f46fd29e5c31709efcd3fdc0699 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sun, 17 Jul 2016 13:36:40 -0500 Subject: [PATCH] libsasl: break mit-krb5 build dep loop (#4472) This should break the loop introduced into the openldap and kerberos5 build path. This is the currently winning solution to resolve #4338. --- srcpkgs/libsasl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libsasl/template b/srcpkgs/libsasl/template index fae0ca1cc92..5a1749d668a 100644 --- a/srcpkgs/libsasl/template +++ b/srcpkgs/libsasl/template @@ -9,7 +9,7 @@ configure_args="--enable-cram --enable-digest --enable-auth-sasldb --disable-otp --disable-srp --disable-srp-setpass --disable-krb4 --with-devrandom=/dev/random" hostmakedepends="automake libtool mit-krb5-devel pkg-config" -makedepends="db-devel mit-krb5-devel" +makedepends="db-devel" wrksrc="cyrus-sasl-${version}" short_desc="Cyrus SASL - runtime shared libraries" maintainer="Juan RP "