OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 31-Jan-2005 13:35:59
Branch: HEAD Handle: 2005013112355800
Modified files:
openpkg-src/mysql mysql.spec
Log:
optionally require openssl
Summary:
Revision Changes Path
1.117 +5 -1 openpkg-src/mysql/mysql.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mysql/mysql.spec
============================================================================
$ cvs diff -u -r1.116 -r1.117 mysql.spec
--- openpkg-src/mysql/mysql.spec 24 Jan 2005 11:34:49 -0000 1.116
+++ openpkg-src/mysql/mysql.spec 31 Jan 2005 12:35:58 -0000 1.117
@@ -40,7 +40,7 @@
Group: Database
License: GPL
Version: %{V_opkg}
-Release: 20050124
+Release: 20050131
# package options
%option with_server yes
@@ -64,6 +64,10 @@
PreReq: OpenPKG, openpkg >= 20040130, perl
BuildPreReq: zlib, readline, ncurses
PreReq: zlib, readline, ncurses
+%if "%{with_ssl}" == "yes"
+BuildPreReq: openssl
+PreReq: openssl
+%endif
AutoReq: no
AutoReqProv: no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]