From 7305901ac84c81d66ba7402e1906c49a6d3faf4f Mon Sep 17 00:00:00 2001
From: Dmitry Kibirev <kdy@picodata.io>
Date: Thu, 28 Mar 2024 19:19:34 +0300
Subject: [PATCH] spec: disable ssl for centos7 package

NO_DOC=internal
NO_TEST=internal
NO_CHANGELOG=internal
---
 rpm/tarantool-picodata.spec | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/rpm/tarantool-picodata.spec b/rpm/tarantool-picodata.spec
index debfa6b68f..6739081af6 100644
--- a/rpm/tarantool-picodata.spec
+++ b/rpm/tarantool-picodata.spec
@@ -253,6 +253,9 @@ C and Lua/C modules.
 %endif
 %if 0%{?rhel} >= 7
          -DENABLE_BUNDLED_LDAP:BOOL=OFF \
+%endif
+%if 0%{?rhel} == 7
+         -DENABLE_BUNDLED_OPENSSL:BOOL=ON \
 %endif
          -DENABLE_WERROR:BOOL=ON \
          -DENABLE_DIST:BOOL=ON
-- 
GitLab