diff options
| author | Jonathan Bauer | 2013-06-14 17:04:38 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-06-14 17:04:38 +0200 |
| commit | cf35ac015534781cc3abdee8e0114a4842d9543d (patch) | |
| tree | 458ad25f9af0acd2f0c160a79c14a6e16d3da4a4 /remote | |
| parent | oops (diff) | |
| download | tm-scripts-cf35ac015534781cc3abdee8e0114a4842d9543d.tar.gz tm-scripts-cf35ac015534781cc3abdee8e0114a4842d9543d.tar.xz tm-scripts-cf35ac015534781cc3abdee8e0114a4842d9543d.zip | |
[systemd] enable pam support (fixes pam_systemd.so missing)
Diffstat (limited to 'remote')
| -rw-r--r-- | remote/modules/systemd/systemd.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/systemd/systemd.build b/remote/modules/systemd/systemd.build index 027024cf..8f4081e3 100644 --- a/remote/modules/systemd/systemd.build +++ b/remote/modules/systemd/systemd.build @@ -21,7 +21,7 @@ build () { pinfo "Building systemd" cd "${MODULE_DIR}/src/$REQUIRED_VERSION" pinfo "calling configure" - ./configure --disable-manpages --enable-split-usr --sysconfdir="/etc" --enable-gtk-doc-html=no --disable-nls --disable-microhttpd --disable-bootchart --disable-quotacheck --disable-hostnamed --disable-timedated --disable-localed --disable-coredump --disable-keymap --without-python --enable-blkid --enable-acl || perror "configure failed." + ./configure --disable-manpages --enable-split-usr --sysconfdir="/etc" --enable-gtk-doc-html=no --disable-nls --disable-microhttpd --disable-bootchart --disable-quotacheck --disable-hostnamed --disable-timedated --disable-localed --disable-coredump --disable-keymap --without-python --enable-blkid --enable-acl --enable-pam|| perror "configure failed." pinfo "calling make" make || perror "make failed." pinfo "calling make install" |
