summary refs log tree commit diff
path: root/pkgs/os-specific/linux/systemd/0019-pkg-config-derive-prefix-from-prefix.patch
blob: da071603557afaa894889f30514a11cfd3d08e1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
From 2e7477dc29095141a0556ded11f0ee370d82bfbb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= <joerg@thalheim.io>
Date: Sun, 6 Dec 2020 08:34:19 +0100
Subject: [PATCH 19/19] pkg-config: derive prefix from --prefix

Point prefix to the one configured, instead of `/usr` `systemd` has limited
support for making the pkgconfig prefix overridable, and interpolates those
values later down.

So we only need to patch this one value to get the correct paths.
See systemd/systemd@bc4e6e27922a2873985ab9367d79fb099f70b505 for details.

Co-Authored-By: Florian Klink <flokli@flokli.de>
---
 src/core/systemd.pc.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/systemd.pc.in b/src/core/systemd.pc.in
index ded74ce50a..0262f53154 100644
--- a/src/core/systemd.pc.in
+++ b/src/core/systemd.pc.in
@@ -11,7 +11,7 @@
 # considered deprecated (though there is no plan to remove them). New names
 # shall have underscores.
 
-prefix=/usr
+prefix={{PREFIX}}
 root_prefix={{ROOTPREFIX_NOSLASH}}
 rootprefix=${root_prefix}
 sysconf_dir={{SYSCONF_DIR}}
-- 
2.32.0