[packages/xtrabackup] - fix cflags, rebuild with openssl 3.0.0, rel 2

baggins baggins at pld-linux.org
Sat Oct 2 23:58:48 CEST 2021


commit 521b2a01c4b416be640074e7aaec9ed3264791c4
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sat Oct 2 23:58:22 2021 +0200

    - fix cflags, rebuild with openssl 3.0.0, rel 2

 xtrabackup.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/xtrabackup.spec b/xtrabackup.spec
index 1defa9d..4aff328 100644
--- a/xtrabackup.spec
+++ b/xtrabackup.spec
@@ -4,7 +4,7 @@ Summary:	XtraBackup online backup for MySQL/InnoDB
 Summary(pl.UTF-8):	XtraBackup - kopie zapasowe w locie dla MySQL-a/InnoDB
 Name:		xtrabackup
 Version:	2.4.20
-Release:	1
+Release:	2
 License:	GPL v2
 Group:		Applications/Databases
 #Source0Download: https://github.com/percona/percona-xtrabackup/releases
@@ -89,8 +89,8 @@ cd build
 	-DBUILD_CONFIG=xtrabackup_release \
 	-DBUILD_SHARED_LIBS:BOOL=OFF \
 	-DCMAKE_BUILD_TYPE=%{!?debug:RelWithDebInfo}%{?debug:Debug} \
-	-DCMAKE_C_FLAGS_RELWITHDEBINFO="%{rpmcflags} -DNDEBUG -fno-omit-frame-pointer -fno-strict-aliasing" \
-	-DCMAKE_CXX_FLAGS_RELWITHDEBINFO="%{rpmcxxflags} -DNDEBUG -fno-omit-frame-pointer -fno-strict-aliasing" \
+	-DCMAKE_C_FLAGS="%{rpmcflags} -DNDEBUG -fno-omit-frame-pointer -fno-strict-aliasing" \
+	-DCMAKE_CXX_FLAGS="%{rpmcxxflags} -DNDEBUG -fno-omit-frame-pointer -fno-strict-aliasing" \
 	-DENABLE_DTRACE=OFF \
 	-DENABLE_OPENSSL=ON \
 	-DINSTALL_PLUGINDIR="%{_lib}/xtrabackup/plugins" \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xtrabackup.git/commitdiff/521b2a01c4b416be640074e7aaec9ed3264791c4



More information about the pld-cvs-commit mailing list