[packages/wiredtiger/LEGACY-32bit] - fix for .pc file

qboosh qboosh at pld-linux.org
Sun May 17 20:06:57 CEST 2026


commit 7afb4b832969264cb4ba58458104bcd06ca1f64b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun May 17 20:06:45 2026 +0200

    - fix for .pc file

 wiredtiger-pc.patch | 10 ++++++++++
 wiredtiger.spec     |  2 ++
 2 files changed, 12 insertions(+)
---
diff --git a/wiredtiger.spec b/wiredtiger.spec
index 783261d..50b1e01 100644
--- a/wiredtiger.spec
+++ b/wiredtiger.spec
@@ -18,6 +18,7 @@ Group:		Libraries
 Source0:	https://github.com/wiredtiger/wiredtiger/archive/%{version}/%{name}-%{version}.tar.gz
 # Source0-md5:	fa0e475ab6808adbadc8868078dc94a3
 Patch0:		%{name}-python.patch
+Patch1:		%{name}-pc.patch
 URL:		https://source.wiredtiger.com/
 BuildRequires:	autoconf >= 2.63
 BuildRequires:	automake >= 1:1.10
@@ -98,6 +99,7 @@ Interfejs Pythona do silnika danych WiredTiger.
 %prep
 %setup -q
 %patch -P0 -p1
+%patch -P1 -p1
 
 %build
 # does much more beside autoreconf
diff --git a/wiredtiger-pc.patch b/wiredtiger-pc.patch
new file mode 100644
index 0000000..8de4ed3
--- /dev/null
+++ b/wiredtiger-pc.patch
@@ -0,0 +1,10 @@
+--- wiredtiger-1.6.3/build_posix/wiredtiger.pc.in.orig	2026-05-17 19:13:41.981373736 +0200
++++ wiredtiger-1.6.3/build_posix/wiredtiger.pc.in	2026-05-17 19:13:54.634638520 +0200
+@@ -7,5 +7,5 @@ Name: WiredTiger
+ Description: The WiredTiger Data Engine
+ Requires:
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} -lwiredtiger- at VERSION_NOPATCH@
+-Cflags: -I${includedir}/wiredtiger- at VERSION_NOPATCH@
++Libs: -L${libdir} -lwiredtiger
++Cflags: -I${includedir}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wiredtiger.git/commitdiff/7afb4b832969264cb4ba58458104bcd06ca1f64b



More information about the pld-cvs-commit mailing list