summaryrefslogtreecommitdiffstats
path: root/remote/modules/systemd/systemd.build
diff options
context:
space:
mode:
authorMichael Neves2013-06-20 13:57:14 +0200
committerMichael Neves2013-06-20 13:57:14 +0200
commitcbc9a3a486bd77062a105ab457d323f65f370d1d (patch)
treee7af291c2563c266d2044262b0f58f1d10897a98 /remote/modules/systemd/systemd.build
parent[udhcpc] remove old IP adress if new one is obtained. Update hostname if obta... (diff)
parent[rootfs-stage32] fixes (diff)
downloadtm-scripts-cbc9a3a486bd77062a105ab457d323f65f370d1d.tar.gz
tm-scripts-cbc9a3a486bd77062a105ab457d323f65f370d1d.tar.xz
tm-scripts-cbc9a3a486bd77062a105ab457d323f65f370d1d.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/systemd/systemd.build')
-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 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"