File: 0001-meson-fix-link-udev-shared-option.patch

package info (click to toggle)
systemd-udeb 258-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 102,204 kB
  • sloc: ansic: 710,640; xml: 120,174; python: 35,566; sh: 32,076; cpp: 946; awk: 99; makefile: 89; lisp: 13; sed: 1
file content (13 lines) | stat: -rw-r--r-- 540 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Luca Boccassi <luca.boccassi@gmail.com>
Description: fix link-udev-shared option
Forwarded: https://github.com/systemd/systemd/pull/38962
--- a/src/udev/meson.build
+++ b/src/udev/meson.build
@@ -151,6 +151,7 @@
                         include_directories('.', 'net'),
                 ],
                 'dependencies' : udev_dependencies,
+                'link_with' : udev_link_with,
                 'install_rpath' : udev_rpath,
                 'install_tag' : 'udev',
                 'extract' : udevadm_extract_sources,