Author: glen                         Date: Tue Dec 28 13:30:55 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- use bundled openssl on ac for now (missing SHA512_DIGEST_LENGTH in 
openssl/sha.h)

---- Files affected:
packages/mysql:
   mysql.spec (1.511 -> 1.512) 

---- Diffs:

================================================================
Index: packages/mysql/mysql.spec
diff -u packages/mysql/mysql.spec:1.511 packages/mysql/mysql.spec:1.512
--- packages/mysql/mysql.spec:1.511     Tue Dec 28 12:29:01 2010
+++ packages/mysql/mysql.spec   Tue Dec 28 14:30:50 2010
@@ -557,7 +557,11 @@
        -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} \
@@ -1099,6 +1103,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.512  2010/12/28 13:30:50  glen
+- use bundled openssl on ac for now (missing SHA512_DIGEST_LENGTH in 
openssl/sha.h)
+
 Revision 1.511  2010/12/28 11:29:01  glen
 - ac libstdc++ dep
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mysql/mysql.spec?r1=1.511&r2=1.512&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to