diff options
| author | Simon Rettberg | 2013-04-19 20:02:55 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-04-19 20:02:55 +0200 |
| commit | 0d4574eb1992a3963e77a5bd615cac864dab6c9f (patch) | |
| tree | fb26625f060ec310400e73eeaedc69acd75daba2 /remote/modules/systemd | |
| parent | list of wanted config options to compile our kernel with (diff) | |
| download | tm-scripts-0d4574eb1992a3963e77a5bd615cac864dab6c9f.tar.gz tm-scripts-0d4574eb1992a3963e77a5bd615cac864dab6c9f.tar.xz tm-scripts-0d4574eb1992a3963e77a5bd615cac864dab6c9f.zip | |
Update for openSUSE 12.3
Diffstat (limited to 'remote/modules/systemd')
| -rw-r--r-- | remote/modules/systemd/systemd.build | 6 | ||||
| -rw-r--r-- | remote/modules/systemd/systemd.conf.zypper | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/remote/modules/systemd/systemd.build b/remote/modules/systemd/systemd.build index ee74d53a..fb56f231 100644 --- a/remote/modules/systemd/systemd.build +++ b/remote/modules/systemd/systemd.build @@ -8,9 +8,9 @@ fetch_source () { build () { #build libkmod cd "${MODULE_DIR}/src/$LIBKMOD_VERSION" - ./configure - make || perror "make failed." - make install || perror "make install failed." + ./configure || perror "./configure kmod failed." + make || perror "kmod make failed." + make install || perror "kmod make install failed." cd - &> /dev/null #build systemd diff --git a/remote/modules/systemd/systemd.conf.zypper b/remote/modules/systemd/systemd.conf.zypper index d76d008e..8fd38a30 100644 --- a/remote/modules/systemd/systemd.conf.zypper +++ b/remote/modules/systemd/systemd.conf.zypper @@ -1,11 +1,12 @@ -VERSION=systemd-197 +VERSION=systemd-201 URL=http://www.freedesktop.org/software/systemd/${VERSION}.tar.xz REQUIRED_DEPENDENCIES=" intltool gperf pkg-config libcap-devel libudev-devel - dbus-1-devel" + dbus-1-devel + libxslt-tools" REQUIRED_BINARIES=" hostnamectl journalctl localectl |
