diff options
| author | Michael Neves | 2013-06-12 15:57:07 +0200 |
|---|---|---|
| committer | Michael Neves | 2013-06-12 15:57:07 +0200 |
| commit | c8d551fa5c5cdfc6d7f8d9c9385dbca3b7c107e4 (patch) | |
| tree | cef2b3a9660beb29b40927016a4b3c77d779a24e /remote/modules/systemd | |
| parent | [systemd] add pam_systemd.so to REQUIRED_FILES (diff) | |
| download | tm-scripts-c8d551fa5c5cdfc6d7f8d9c9385dbca3b7c107e4.tar.gz tm-scripts-c8d551fa5c5cdfc6d7f8d9c9385dbca3b7c107e4.tar.xz tm-scripts-c8d551fa5c5cdfc6d7f8d9c9385dbca3b7c107e4.zip | |
[systemd] add configure flag for ACL support
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 a0a57b4d..76f9ce6d 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" |
