File: multiarchify_pc_file.patch

package info (click to toggle)
libnxml 0.18.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 428 kB
  • sloc: ansic: 3,204; makefile: 45; sh: 33
file content (21 lines) | stat: -rw-r--r-- 492 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
21
From: Joseph Herlant <herlantj@gmail.com>
Date: Sat, 5 Feb 2022 21:43:00 -0500
Subject: Updating nxml.pc.in file to fully support multiarchifying

---
 nxml.pc.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nxml.pc.in b/nxml.pc.in
index eee0d04..094cee1 100644
--- a/nxml.pc.in
+++ b/nxml.pc.in
@@ -1,6 +1,6 @@
 prefix=@prefix@
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
+exec_prefix=@exec_prefix@
+libdir=@libdir@
 includedir=@includedir@
 
 Name: libnxml