aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@canonical.com>2022-08-18 16:20:13 +0000
committerSteve Langasek <steve.langasek@canonical.com>2022-08-18 16:28:06 +0000
commitec03c44609daab5e6f2c9760c40014441111a947 (patch)
treebf9d6a32baaaaf986e0492d704579167740a36ce /debian/rules
parent0a043380ef119f52d7cd31612ce7f6eb33f33a31 (diff)
downloadpam-ec03c44609daab5e6f2c9760c40014441111a947.tar.gz
pam-ec03c44609daab5e6f2c9760c40014441111a947.tar.bz2
pam-ec03c44609daab5e6f2c9760c40014441111a947.zip
Pass --with-systemdunitdir=/usr/lib/systemd/system for consistent builds
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 73b3ffea..690c6b2b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,6 +30,7 @@ override_dh_auto_configure:
dh_auto_configure -- --enable-static --enable-shared \
--libdir=/lib/$(DEB_HOST_MULTIARCH) \
--enable-isadir=/lib/security \
+ --with-systemdunitdir=/usr/lib/systemd/system \
--disable-nis \
$(CONFIGURE_OPTS)