blob: 02ee21a01cff903910e8eb9411c654f8797e85ce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Fix path of pkgconfig files passed to gpgrt-config.
--- configure.orig 2025-06-03 11:26:27 UTC
+++ configure
@@ -16828,7 +16828,7 @@ fi
# Get the prefix of gpgrt-config assuming it's something like:
# <PREFIX>/bin/gpgrt-config
gpgrt_prefix=${GPGRT_CONFIG%/*/*}
- possible_libdir1=${gpgrt_prefix}/lib
+ possible_libdir1=${gpgrt_prefix}/libdata
# Determine by using system libdir-format with CC, it's like:
# Normal style: /usr/lib
# GNU cross style: /usr/<triplet>/lib
|