[packages/libxslt] - explicitly enable debugger and profiler, rel 3

baggins baggins at pld-linux.org
Fri Aug 1 15:08:12 CEST 2025


commit 53af70a3b18d6bfe8a92df7e13d05f9c16c06ab6
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri Aug 1 17:07:44 2025 +0200

    - explicitly enable debugger and profiler, rel 3

 libxslt.spec | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/libxslt.spec b/libxslt.spec
index dc7e9cb..3ddfe5a 100644
--- a/libxslt.spec
+++ b/libxslt.spec
@@ -11,7 +11,7 @@ Summary(pl.UTF-8):	Procesor XSLT
 Summary(pt_BR.UTF-8):	Biblioteca que disponibiliza o sistema XSLT do GNOME
 Name:		libxslt
 Version:	1.1.43
-Release:	2
+Release:	3
 License:	MIT
 Group:		Libraries
 #Source0:	ftp://xmlsoft.org/libxml2/%{name}-%{version}.tar.gz
@@ -180,7 +180,9 @@ cd build-python3
 	--disable-silent-rules \
 	--disable-static \
 	--with-crypto \
-	--with-plugins
+	--with-plugins \
+	--with-debugger \
+	--with-profiler
 
 %{__make}
 cd ..
@@ -196,6 +198,8 @@ cd build
 	%{?with_static_libs:--enable-static} \
 	--with-crypto \
 	--with-plugins \
+	--with-debugger \
+	--with-profiler \
 	%{!?with_python2:--without-python}
 %{__make}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libxslt.git/commitdiff/53af70a3b18d6bfe8a92df7e13d05f9c16c06ab6



More information about the pld-cvs-commit mailing list