Fix libprelude-config

This commit is contained in:
Thomas Andrejak 2020-09-21 11:10:50 +02:00
parent edf01c47b8
commit d1b0e1480b
2 changed files with 5 additions and 8 deletions

View File

@ -23,13 +23,7 @@ Last-Update: 2020-09-20
--libs) --libs)
want_libs=yes want_libs=yes
;; ;;
@@ -85,12 +90,19 @@ @@ -90,7 +95,14 @@
flags=$flags @THREADCPPFLAGS@
fi
- echo $flags
+ echo @LIBPRELUDEDB_CFLAGS@ $flags
fi
if test $want_libs = yes; then if test $want_libs = yes; then

View File

@ -5,7 +5,7 @@
Name: libpreludedb Name: libpreludedb
Version: 5.2.0 Version: 5.2.0
Release: 2%{?dist} Release: 3%{?dist}
Summary: Framework for easy access to the IDMEF database Summary: Framework for easy access to the IDMEF database
# Prelude is GPL-2.0+ # Prelude is GPL-2.0+
# libmissing is LGPL-2.1+ # libmissing is LGPL-2.1+
@ -208,6 +208,9 @@ chmod +x %{buildroot}%{_datadir}/%{name}/classic/mysql2sqlite.sh
%doc ChangeLog README NEWS %doc ChangeLog README NEWS
%changelog %changelog
* Mon Sep 21 2020 Thomas Andrejak <thomas.andrejak@gmail.com> - 5.2.0-3
- Fix libpreludedb-config
* Fri Sep 18 2020 Thomas Andrejak <thomas.andrejak@gmail.com> - 5.2.0-2 * Fri Sep 18 2020 Thomas Andrejak <thomas.andrejak@gmail.com> - 5.2.0-2
- Clean libpreludedb-config - Clean libpreludedb-config