diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c51d6c32..77758055 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ pam (1.1.3-3) UNRELEASED; urgency=low * Build-depend on debhelper 8.9.4 and bump debian/compat to 9 for dpkg-buildflags integration, and drop manual setting of -g -O options in CFLAGS now that we can let dh do it for us + * Don't set --sbindir when calling configure; upstream takes care of this + for us -- Steve Langasek <vorlon@debian.org> Fri, 01 Jul 2011 01:42:19 -0700 diff --git a/debian/rules b/debian/rules index 5784bd1f..f24686c2 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,7 @@ dl = $(d)/local override_dh_auto_configure: dh_auto_configure -- --enable-static --enable-shared \ - --libdir=/lib/$(DEB_HOST_MULTIARCH) --sbindir=/sbin \ + --libdir=/lib/$(DEB_HOST_MULTIARCH) \ --enable-isadir=/lib/security --disable-audit # make sure the SAG, MWG, ADG are readable with a browser. |