OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 14-Feb-2004 18:01:11
Branch: HEAD Handle: 2004021417011000
Modified files:
openpkg-src/mysql mysql.spec
Log:
add optional SSL support
Summary:
Revision Changes Path
1.91 +7 -1 openpkg-src/mysql/mysql.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mysql/mysql.spec
============================================================================
$ cvs diff -u -r1.90 -r1.91 mysql.spec
--- openpkg-src/mysql/mysql.spec 13 Feb 2004 12:20:33 -0000 1.90
+++ openpkg-src/mysql/mysql.spec 14 Feb 2004 17:01:10 -0000 1.91
@@ -40,11 +40,12 @@
Group: Database
License: GPL
Version: %{V_opkg}
-Release: 20040213
+Release: 20040214
# package options
%option with_bdb yes
%option with_innodb no
+%option with_ssl no
# list of sources
Source0:
http://sunsite.informatik.rwth-aachen.de/mysql/Downloads/MySQL-%{V_major}/mysql-%{V_mysql}.tar.gz
@@ -112,6 +113,11 @@
%endif
%if "%{with_innodb}" == "no"
--without-innodb \
+%endif
+%if "%{with_ssl}" == "yes"
+ --with-openssl \
+ --with-openssl-includes=%{l_prefix}/include \
+ --with-openssl-libs=%{l_prefix}/lib \
%endif
--with-named-z-libs=no \
--with-low-memory \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]