summaryrefslogtreecommitdiffstats
path: root/remote/modules/systemd
diff options
context:
space:
mode:
authorJonathan Bauer2013-06-12 15:58:16 +0200
committerJonathan Bauer2013-06-12 15:58:16 +0200
commit0dfb9e1b8fc3b9fc70f8a4a1119f1285ffcbd938 (patch)
treef126d572217f7740abc20750d5b8a412ec7e3586 /remote/modules/systemd
parent[mltk] remove locate from essential tools list, since its not needed anymore (diff)
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-0dfb9e1b8fc3b9fc70f8a4a1119f1285ffcbd938.tar.gz
tm-scripts-0dfb9e1b8fc3b9fc70f8a4a1119f1285ffcbd938.tar.xz
tm-scripts-0dfb9e1b8fc3b9fc70f8a4a1119f1285ffcbd938.zip
Merge branch 'master' of git:openslx-ng/tm-scripts
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 112298e3..027024cf 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 || 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 || perror "configure failed."
pinfo "calling make"
make || perror "make failed."
pinfo "calling make install"