Disable openssl ENGINE_API
Resolves: RHEL-33737
This commit is contained in:
parent
32e1c2296c
commit
4a5f0c8d77
@ -4,7 +4,7 @@
|
||||
Summary: PostgreSQL client library
|
||||
Name: libpq
|
||||
Version: %{majorversion}.1
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
|
||||
License: PostgreSQL
|
||||
Url: http://www.postgresql.org/
|
||||
@ -68,6 +68,9 @@ find . -type f -name .gitignore | xargs rm
|
||||
%build
|
||||
# complements symbol-versioning patch
|
||||
export SYMBOL_VERSION_PREFIX=RHPG_
|
||||
# Disable ENGINE_API
|
||||
CFLAGS="$CFLAGS -DOPENSSL_NO_ENGINE"
|
||||
export CFLAGS
|
||||
|
||||
# We don't build server nor client (e.g. /bin/psql) binaries in this package, so
|
||||
# we can disable some configure options.
|
||||
@ -138,6 +141,9 @@ find_lang_bins %name-devel.lst pg_config
|
||||
%_libdir/pkgconfig/libpq.pc
|
||||
|
||||
%changelog
|
||||
* Wed Jul 3 2024 Filip Janus <fjanus@redhat.com> - 16.1-7
|
||||
- Disable openssl ENGINE_API
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 16.1-6
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user