diff options
| author | Christian Rößler | 2013-08-06 18:51:35 +0200 |
|---|---|---|
| committer | Christian Rößler | 2013-08-06 18:51:35 +0200 |
| commit | 99abcb5e42bb4db0b0afde7545999e0d4120e0c5 (patch) | |
| tree | 0e82c3d44e3aa2573c2a93e334de8b5781a29df0 /remote/modules/systemd | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-99abcb5e42bb4db0b0afde7545999e0d4120e0c5.tar.gz tm-scripts-99abcb5e42bb4db0b0afde7545999e0d4120e0c5.tar.xz tm-scripts-99abcb5e42bb4db0b0afde7545999e0d4120e0c5.zip | |
[systemd] systemd.conf.scientific: More compiling fun: m4, autoconf, automake
Diffstat (limited to 'remote/modules/systemd')
| -rw-r--r-- | remote/modules/systemd/systemd.conf.scientific | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/remote/modules/systemd/systemd.conf.scientific b/remote/modules/systemd/systemd.conf.scientific index cbda26fc..43b644ff 100644 --- a/remote/modules/systemd/systemd.conf.scientific +++ b/remote/modules/systemd/systemd.conf.scientific @@ -1,6 +1,5 @@ REQUIRED_VERSION="systemd-206" REQUIRED_URL="http://www.freedesktop.org/software/systemd/${REQUIRED_VERSION}.tar.xz" -# REQUIRED_URL="http://www.freedesktop.org/software/systemd/${REQUIRED_VERSION}.tar.bz2" REQUIRED_INSTALLED_PACKAGES=" intltool gperf @@ -14,3 +13,9 @@ REQUIRED_INSTALLED_PACKAGES=" " REQUIRED_UTILLINUX_VERSION="2.23" REQUIRED_UTILLINUX_URL="ftp://ftp.kernel.org/pub/linux/utils/util-linux/v${REQUIRED_UTILLINUX_VERSION}/util-linux-${REQUIRED_UTILLINUX_VERSION}.tar.xz" +REQUIRED_M4_VERSION="1.4.19" +REQUIRED_M4_URL="ftp://ftp.gnu.org/gnu/m4/m4-${REQUIRED_M4_VERSION}.tar.xz" +REQUIRED_AUTOCONF_VERSION="2.69" +REQUIRED_AUTOCONF_URL="ftp://ftp.gnu.org/gnu/autoconf/autoconf-${REQUIRED_AUTOCONF_VERSION}.tar.xz" +REQUIRED_AUTOMAKE_VERSION="1.13" +REQUIRED_AUTOMAKE_URL="ftp://ftp.gnu.org/gnu/automake/automake-${REQUIRED_AUTOMAKE_VERSION}.tar.xz" |
