diff options
-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) |