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:02:38
Branch: HEAD Handle: 2004021417023800
Modified files:
openpkg-src/mysql41 mysql41.spec
Log:
add optional SSL support
Summary:
Revision Changes Path
1.7 +7 -1 openpkg-src/mysql41/mysql41.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mysql41/mysql41.spec
============================================================================
$ cvs diff -u -r1.6 -r1.7 mysql41.spec
--- openpkg-src/mysql41/mysql41.spec 7 Feb 2004 17:56:55 -0000 1.6
+++ openpkg-src/mysql41/mysql41.spec 14 Feb 2004 17:02:38 -0000 1.7
@@ -40,11 +40,12 @@
Group: Database
License: GPL
Version: %{V_opkg}
-Release: 20040207
+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
@@ -117,6 +118,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]