From 8b64d0c55681319cc9184661d5843e70b23e1ae1 Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Wed, 18 Apr 2018 11:47:06 -0700 Subject: [PATCH] systemd: update to v238 --- packages/sysutils/systemd/package.mk | 5 ++-- ...temd-0101-fix-build-with-kernel-3.10.patch | 27 ------------------- 2 files changed, 3 insertions(+), 29 deletions(-) delete mode 100644 packages/sysutils/systemd/patches/systemd-0101-fix-build-with-kernel-3.10.patch diff --git a/packages/sysutils/systemd/package.mk b/packages/sysutils/systemd/package.mk index 289e279891..fd151656cf 100644 --- a/packages/sysutils/systemd/package.mk +++ b/packages/sysutils/systemd/package.mk @@ -17,8 +17,8 @@ ################################################################################ PKG_NAME="systemd" -PKG_VERSION="237" -PKG_SHA256="c83dabbe1c9de6b9db1dafdb7e04140c7d0535705c68842f6c0768653ba4913c" +PKG_VERSION="238" +PKG_SHA256="bbc8599bab2e3c4273886dfab12464e488ecdaf20b8284949e50f8858de3e022" PKG_ARCH="any" PKG_LICENSE="GPL" PKG_SITE="http://www.freedesktop.org/wiki/Software/systemd" @@ -31,6 +31,7 @@ PKG_LONGDESC="systemd is a system and session manager for Linux, compatible with PKG_MESON_OPTS_TARGET="--libdir=/usr/lib \ -Drootprefix=/usr \ -Dsplit-usr=false \ + -Dsplit-bin=true \ -Ddefault-hierarchy=hybrid \ -Dtty-gid=5 \ -Dtests=false \ diff --git a/packages/sysutils/systemd/patches/systemd-0101-fix-build-with-kernel-3.10.patch b/packages/sysutils/systemd/patches/systemd-0101-fix-build-with-kernel-3.10.patch deleted file mode 100644 index 2fdf03c211..0000000000 --- a/packages/sysutils/systemd/patches/systemd-0101-fix-build-with-kernel-3.10.patch +++ /dev/null @@ -1,27 +0,0 @@ -From e52504dca98923302ecbdd018aae8e86376e166a Mon Sep 17 00:00:00 2001 -From: MilhouseVH -Date: Sun, 4 Feb 2018 17:46:59 +0000 -Subject: [PATCH] kernel 3.10 compat: RTAX_QUICKACK not added until 3.11.0 - ---- - src/basic/missing.h | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/src/basic/missing.h b/src/basic/missing.h -index 1280e6c..9d4d08e 100644 ---- a/src/basic/missing.h -+++ b/src/basic/missing.h -@@ -1047,6 +1047,10 @@ struct input_mask { - #define RTA_PREF 20 - #endif - -+#ifndef RTAX_QUICKACK -+#define RTAX_QUICKACK 15 -+#endif -+ - #ifndef IPV6_UNICAST_IF - #define IPV6_UNICAST_IF 76 - #endif --- -2.14.1 -