summaryrefslogtreecommitdiffstats
path: root/remote/modules/systemd
diff options
context:
space:
mode:
authorSimon Rettberg2013-05-24 19:13:40 +0200
committerSimon Rettberg2013-05-24 19:13:40 +0200
commit5377c4e1125828fc32d47b2d075812eabe2ca496 (patch)
tree61ee3294ee4dbf61a2af273c8058c1aadf1e7cf2 /remote/modules/systemd
parentJoeys Mist wieder fixen :P (diff)
downloadtm-scripts-5377c4e1125828fc32d47b2d075812eabe2ca496.tar.gz
tm-scripts-5377c4e1125828fc32d47b2d075812eabe2ca496.tar.xz
tm-scripts-5377c4e1125828fc32d47b2d075812eabe2ca496.zip
[vmplayer] Copy kernel modules in post_copy, not build
[systemd] enable logind again, fixes tty2-6
Diffstat (limited to 'remote/modules/systemd')
-rw-r--r--remote/modules/systemd/systemd.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/systemd/systemd.build b/remote/modules/systemd/systemd.build
index 48bd68d1..d3a58363 100644
--- a/remote/modules/systemd/systemd.build
+++ b/remote/modules/systemd/systemd.build
@@ -18,7 +18,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-logind --disable-hostnamed --disable-timedated --disable-localed --disable-coredump --disable-keymap --without-python || 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 || perror "configure failed."
pinfo "calling make"
make || perror "make failed."
pinfo "calling make install"