[packages/libpreludedb] - hack broken C++ compiler check; release 4

qboosh qboosh at pld-linux.org
Sat Apr 12 18:29:27 CEST 2025


commit 27871614ae201eea6372d549f15c96ed7bd0d1ba
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Apr 12 18:05:22 2025 +0200

    - hack broken C++ compiler check; release 4

 libpreludedb.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/libpreludedb.spec b/libpreludedb.spec
index c1aa9af..c1637fe 100644
--- a/libpreludedb.spec
+++ b/libpreludedb.spec
@@ -11,7 +11,7 @@ Summary:	The PreludeDB Library
 Summary(pl.UTF-8):	Biblioteka PreludeDB
 Name:		libpreludedb
 Version:	5.2.0
-Release:	3
+Release:	4
 License:	GPL v2 or commercial
 Group:		Libraries
 #Source0Download: https://www.prelude-siem.org/projects/prelude/files
@@ -215,7 +215,9 @@ touch bindings/python/_preludedb.cxx
 %{__autoconf}
 %{__autoheader}
 %{__automake}
+# ac_cv_prog_HAVE_CXX=yes is a hack for some broken check
 %configure \
+	ac_cv_prog_HAVE_CXX=yes \
 	--enable-gtk-doc \
 	%{?with_static_libs:--enable-static} \
 	--with-html-dir=%{_gtkdocdir}/libpreludedb \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libpreludedb.git/commitdiff/27871614ae201eea6372d549f15c96ed7bd0d1ba



More information about the pld-cvs-commit mailing list