diff options
| author | Simon Rettberg | 2013-06-17 12:12:23 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-06-17 12:12:23 +0200 |
| commit | b7cbad98534b00134197f4ebbf4eed416de8a654 (patch) | |
| tree | f5d433159ce02395b79c7efff0d275f29da8d8d5 /remote/modules/systemd/systemd.build | |
| parent | ° (diff) | |
| parent | [systemd] add missing pam header (diff) | |
| download | tm-scripts-b7cbad98534b00134197f4ebbf4eed416de8a654.tar.gz tm-scripts-b7cbad98534b00134197f4ebbf4eed416de8a654.tar.xz tm-scripts-b7cbad98534b00134197f4ebbf4eed416de8a654.zip | |
Merge branch 'master' of simonslx:openslx-ng/tm-scripts
Conflicts:
remote/modules/pam/pam.conf
Diffstat (limited to 'remote/modules/systemd/systemd.build')
| -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" |
