From e6dcb604a38cdfd22e7ef801d12b2def1312e3bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 28 Dec 2010 13:30:50 +0000 Subject: [PATCH] - use bundled openssl on ac for now (missing SHA512_DIGEST_LENGTH in openssl/sha.h) Changed files: mysql.spec -> 1.512 --- mysql.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mysql.spec b/mysql.spec index b9822e9..f817799 100644 --- a/mysql.spec +++ b/mysql.spec @@ -556,7 +556,11 @@ cd build -DWITH_FAST_MUTEXES=ON \ -DWITH_LIBEDIT=OFF \ -DWITH_READLINE=system \ +%if "%{pld_release}" == "ac" + -DWITH_SSL=%{?with_ssl:bundled}%{!?with_ssl:no} \ +%else -DWITH_SSL=%{?with_ssl:system}%{!?with_ssl:no} \ +%endif -DWITH_ZLIB=system \ -DWITH_COMMENT="PLD Linux Distribution MySQL RPM" \ -DWITH_LIBWRAP=%{?with_tcpd:ON}%{!?with_tcpd:OFF} \ -- 2.44.0