18bb537f11
- Import commit c5aa158173ced05201182d1cc18632a25cf43b94 (merge v245.4) - Add 0001-meson-fix-build-of-udev-path_id_compat-builtin-with-.patch OBS-URL: https://build.opensuse.org/request/show/791772 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1092
28 lines
1010 B
Diff
28 lines
1010 B
Diff
From 525cbb666e260770ad191d06dac0ab79e341bbe2 Mon Sep 17 00:00:00 2001
|
|
From: Franck Bui <fbui@suse.com>
|
|
Date: Mon, 6 Apr 2020 11:50:29 +0200
|
|
Subject: [PATCH 1/1] meson: fix build of udev 'path_id_compat' builtin with
|
|
meson 0.54
|
|
|
|
Since meson 0.54, branch compats/udev-compat-symlinks needs this fix but it
|
|
should be applied while merging compats/udev-compat-symlinks branch.
|
|
---
|
|
src/udev/compat/meson.build | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/src/udev/compat/meson.build b/src/udev/compat/meson.build
|
|
index 3d683c7ce9..18df75222d 100644
|
|
--- a/src/udev/compat/meson.build
|
|
+++ b/src/udev/compat/meson.build
|
|
@@ -4,7 +4,6 @@ foreach prog : ['path_id_compat.c']
|
|
prog,
|
|
include_directories : includes,
|
|
c_args : ['-DLOG_REALM=LOG_REALM_UDEV'],
|
|
- link_with : [libudev_internal],
|
|
link_with : [libudev_static],
|
|
install_rpath : udev_rpath,
|
|
install : true,
|
|
--
|
|
2.16.4
|
|
|