File: 0002-pkgconfig-Use-libdir-provided-by-autoconf.patch

package info (click to toggle)
libxsettings-client 0.17-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,688 kB
  • sloc: sh: 8,792; ansic: 710; xml: 573; makefile: 68
file content (20 lines) | stat: -rw-r--r-- 534 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Boyuan Yang <byang@debian.org>
Date: Mon, 10 Oct 2022 16:51:32 -0400
Subject: pkgconfig: Use libdir provided by autoconf

---
 libxsettings-client.pc.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libxsettings-client.pc.in b/libxsettings-client.pc.in
index bdcba26..7044e3d 100644
--- a/libxsettings-client.pc.in
+++ b/libxsettings-client.pc.in
@@ -1,6 +1,6 @@
 prefix=@prefix@
 exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
+libdir=@libdir@
 includedir=${prefix}/include
 
 Name: libxsettings-client