summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2011-09-24 12:45:10 -0700
committerSteve Langasek <vorlon@debian.org>2019-01-08 22:11:46 -0800
commitd6f3791a0d8f869a6fd04dfa4d08133f6236a6ab (patch)
tree5f9c3e59ace3016fec6095557d17ab0dac9f503e /debian
parent6abeb002287effb250599f3923dbd6913e3f8e38 (diff)
Don't set --sbindir when calling configure; upstream takes care of this
for us
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules2
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.