diff options
| author | Simon Rettberg | 2013-05-24 19:13:40 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-05-24 19:13:40 +0200 |
| commit | 5377c4e1125828fc32d47b2d075812eabe2ca496 (patch) | |
| tree | 61ee3294ee4dbf61a2af273c8058c1aadf1e7cf2 /remote/modules/systemd | |
| parent | Joeys Mist wieder fixen :P (diff) | |
| download | tm-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.build | 2 |
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" |
