aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/util-linux/patches/020-meson-fix-compilation-without-systemd.patch
diff options
context:
space:
mode:
authorLinhui Liu <liulinhui36@gmail.com>2023-01-07 11:28:00 +0800
committerHauke Mehrtens <hauke@hauke-m.de>2023-01-07 17:18:41 +0100
commit9ee12db67cd34a7697ed8497c1d9592d04ff4871 (patch)
tree85fb9c1b69d20e7c7365e62ff7c31026e7f7907f /package/utils/util-linux/patches/020-meson-fix-compilation-without-systemd.patch
parenta72981b97a6902db86ebb51628976a1214e354ee (diff)
downloadupstream-9ee12db67cd34a7697ed8497c1d9592d04ff4871.tar.gz
upstream-9ee12db67cd34a7697ed8497c1d9592d04ff4871.tar.bz2
upstream-9ee12db67cd34a7697ed8497c1d9592d04ff4871.zip
util-linux: update to 2.38.1
Release Notes: https://cdn.kernel.org/pub/linux/utils/util-linux/v2.38/v2.38.1-ReleaseNotes Remove upstreamed: - 010-meson-typo.patch - 020-meson-fix-compilation-without-systemd.patch - 110-meson-fix-when-HAVE_CLOCK_GETTIME-is-set.patch Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
Diffstat (limited to 'package/utils/util-linux/patches/020-meson-fix-compilation-without-systemd.patch')
-rw-r--r--package/utils/util-linux/patches/020-meson-fix-compilation-without-systemd.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/package/utils/util-linux/patches/020-meson-fix-compilation-without-systemd.patch b/package/utils/util-linux/patches/020-meson-fix-compilation-without-systemd.patch
deleted file mode 100644
index aa209994ec..0000000000
--- a/package/utils/util-linux/patches/020-meson-fix-compilation-without-systemd.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 38b15ca2dc4ca32bbe4a2449e1c7b645e4577840 Mon Sep 17 00:00:00 2001
-From: Rosen Penev <rosenp@gmail.com>
-Date: Fri, 29 Apr 2022 16:53:43 -0700
-Subject: [PATCH 1/7] meson: fix compilation without systemd
-
-systemdsystemunitdir is used elsewhere.
-
-Signed-off-by: Rosen Penev <rosenp@gmail.com>
----
- meson.build | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/meson.build
-+++ b/meson.build
-@@ -720,6 +720,7 @@ if fs_search_path_extra != ''
- endif
- conf.set_quoted('FS_SEARCH_PATH', fs_search_path)
-
-+systemdsystemunitdir = ''
- if systemd.found()
- systemdsystemunitdir = systemd.get_pkgconfig_variable('systemdsystemunitdir')
- endif