From bda55b61b6548fb3dc500f4f770ec73266a942cb Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sat, 17 Aug 2013 15:39:21 +0200 Subject: [PATCH] specify multiarch path for libsss-sudo location --- debian/changelog | 7 +++++++ debian/rules | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c05c180..39e9b6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sudo (1.8.7-3) unstable; urgency=low + + * use --with-sssd-lib to help sudo find libsss-sudo in multiarch path, + closes: #719987 + + -- Bdale Garbee Sat, 17 Aug 2013 15:38:53 +0200 + sudo (1.8.7-2) unstable; urgency=low * let debhelper scripts manage the update-rc.d calls, closes: #719755 diff --git a/debian/rules b/debian/rules index 0a73e30..a700c55 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,7 @@ CFLAGS += -Wall -Wno-comment LDFLAGS = `dpkg-buildflags --get LDFLAGS` CPPFLAGS = `dpkg-buildflags --get CPPFLAGS` +DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) ifeq ($(DEB_HOST_ARCH_OS),linux) configure_args += --with-selinux @@ -44,7 +45,7 @@ configure-stamp: reconf-stamp --with-timedir=/var/lib/sudo \ --mandir=/usr/share/man \ --libexecdir=/usr/lib/sudo \ - --with-sssd \ + --with-sssd-lib=/usr/lib/$(DEB_HOST_MULTIARCH) \ $(configure_args) # LDAP version -- 2.30.2