summaryrefslogtreecommitdiffstats
path: root/patches/systemd-241-7-ga09c170122cf/0002-meson-declare-version.h-as-dependency-for-systemd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/systemd-241-7-ga09c170122cf/0002-meson-declare-version.h-as-dependency-for-systemd.patch')
-rw-r--r--patches/systemd-241-7-ga09c170122cf/0002-meson-declare-version.h-as-dependency-for-systemd.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/patches/systemd-241-7-ga09c170122cf/0002-meson-declare-version.h-as-dependency-for-systemd.patch b/patches/systemd-241-7-ga09c170122cf/0002-meson-declare-version.h-as-dependency-for-systemd.patch
new file mode 100644
index 000000000..2d72ef672
--- /dev/null
+++ b/patches/systemd-241-7-ga09c170122cf/0002-meson-declare-version.h-as-dependency-for-systemd.patch
@@ -0,0 +1,24 @@
+From: Michael Olbrich <m.olbrich@pengutronix.de>
+Date: Mon, 25 Feb 2019 11:59:23 +0100
+Subject: [PATCH] meson: declare version.h as dependency for systemd
+
+This is a followup to #11815 and adds the last missing dependency.
+With this #11565 is hopefully really fixed.
+---
+ meson.build | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/meson.build b/meson.build
+index 3972f7097290..75dd07ff9596 100644
+--- a/meson.build
++++ b/meson.build
+@@ -1620,7 +1620,8 @@ executable('systemd',
+ include_directories : includes,
+ link_with : [libcore,
+ libshared],
+- dependencies : [threads,
++ dependencies : [versiondep,
++ threads,
+ librt,
+ libseccomp,
+ libselinux,