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 | |
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
-rw-r--r-- | debian/changelog | 8 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f38d567a..6fcdaa0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pam (1.5.2-2) UNRELEASED; urgency=medium + + * Pass --with-systemdunitdir=/usr/lib/systemd/system for consistent + builds whether we are or aren't building in an environment with systemd + present. + + -- Steve Langasek <vorlon@debian.org> Thu, 18 Aug 2022 16:19:52 +0000 + pam (1.5.2-1) unstable; urgency=medium * New upstream release. 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) |