From: Bdale Garbee Date: Mon, 19 Aug 2013 03:59:37 +0000 (-0600) Subject: try again X-Git-Tag: debian/1.8.7-3 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=4ccfaa71525645d6308b6084bcf2e6df20f1c6be;p=debian%2Fsudo try again --- diff --git a/debian/changelog b/debian/changelog index 39e9b6f..ac5037a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sudo (1.8.7-4) unstable; urgency=low + + * looks like we actually need both --with-sssd and --with-sssd-lib, + closes: #719987 + + -- Bdale Garbee Sun, 18 Aug 2013 21:59:14 -0600 + sudo (1.8.7-3) unstable; urgency=low * use --with-sssd-lib to help sudo find libsss-sudo in multiarch path, diff --git a/debian/rules b/debian/rules index a700c55..87d7432 100755 --- a/debian/rules +++ b/debian/rules @@ -45,7 +45,7 @@ configure-stamp: reconf-stamp --with-timedir=/var/lib/sudo \ --mandir=/usr/share/man \ --libexecdir=/usr/lib/sudo \ - --with-sssd-lib=/usr/lib/$(DEB_HOST_MULTIARCH) \ + --with-sssd --with-sssd-lib=/usr/lib/$(DEB_HOST_MULTIARCH) \ $(configure_args) # LDAP version