diff options
author | Steve Langasek <steve.langasek@canonical.com> | 2022-08-18 16:20:13 +0000 |
---|---|---|
committer | Steve Langasek <steve.langasek@canonical.com> | 2022-08-18 16:28:06 +0000 |
commit | ec03c44609daab5e6f2c9760c40014441111a947 (patch) | |
tree | bf9d6a32baaaaf986e0492d704579167740a36ce /debian/rules | |
parent | 0a043380ef119f52d7cd31612ce7f6eb33f33a31 (diff) | |
download | pam-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-x | debian/rules | 1 |
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) |