[packages/crossmingw32-wxWidgets] - fix pkg-config lookup path, disable curl explicitly; release 2
qboosh
qboosh at pld-linux.org
Fri Mar 6 17:21:23 CET 2026
commit 3bd8311de76e531b158dc1a5b190c6bc052b78e0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Mar 6 17:21:24 2026 +0100
- fix pkg-config lookup path, disable curl explicitly; release 2
crossmingw32-wxWidgets.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/crossmingw32-wxWidgets.spec b/crossmingw32-wxWidgets.spec
index 91e6045..20c6fe0 100644
--- a/crossmingw32-wxWidgets.spec
+++ b/crossmingw32-wxWidgets.spec
@@ -3,7 +3,7 @@ Summary: wxWidgets library - MinGW32 cross version
Summary(pl.UTF-8): Biblioteka wxWidgets - wersja skrośna dla MinGW32
Name: crossmingw32-%{realname}
Version: 3.2.10
-Release: 1
+Release: 2
License: wxWidgets Library Licence 3.1 (LGPL v2+ with exception)
Group: Development/Libraries
#Source0Download: https://github.com/wxWidgets/wxWidgets/releases
@@ -98,6 +98,8 @@ cp -f /usr/share/automake/config.sub .
%{__aclocal} -I build/aclocal
%{__autoconf}
+unset PKG_CONFIG_PATH
+export PKG_CONFIG_LIBDIR=%{_pkgconfigdir}
%configure \
--host=%{target} \
--target=%{target} \
@@ -107,6 +109,7 @@ cp -f /usr/share/automake/config.sub .
--enable-plugins \
--enable-std-iostreams \
--enable-vendor=pld \
+ --without-libcurl \
--with-msw \
--with-opengl
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-wxWidgets.git/commitdiff/3bd8311de76e531b158dc1a5b190c6bc052b78e0
More information about the pld-cvs-commit
mailing list