aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2014-03-13 15:52:27 +0200
committerSamuli Suominen <ssuominen@gentoo.org>2014-03-13 15:52:27 +0200
commitc1058bd8ccde0c56454a48339e9afb7a6e7fa80f (patch)
tree44f60d5a971f8f05f335033f7a4f9f855ea13552 /Makefile
parentAdd pam.d files for login, passwd and su. (diff)
downloadpambase-c1058bd8ccde0c56454a48339e9afb7a6e7fa80f.tar.gz
pambase-c1058bd8ccde0c56454a48339e9afb7a6e7fa80f.tar.bz2
pambase-c1058bd8ccde0c56454a48339e9afb7a6e7fa80f.zip
Import -systemd.patch and -systemd-auth.patch from gentoo-x86, see both bugs #372229 and #485470
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7d3e22a..ec5d240 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,10 @@ ifeq "$(CONSOLEKIT)" "yes"
PAMFLAGS += -DHAVE_CONSOLEKIT=1
endif
+ifeq "$(SYSTEMD)" "yes"
+PAMFLAGS += -DHAVE_SYSTEMD=1
+endif
+
ifeq "$(GNOME_KEYRING)" "yes"
PAMFLAGS += -DHAVE_GNOME_KEYRING=1
endif