OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 14-Oct-2006 10:01:33
Branch: HEAD Handle: 2006101409013300
Modified files:
openpkg-src/proftpd proftpd.spec
Log:
still requires SQLite v2
Summary:
Revision Changes Path
1.110 +3 -3 openpkg-src/proftpd/proftpd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/proftpd/proftpd.spec
============================================================================
$ cvs diff -u -r1.109 -r1.110 proftpd.spec
--- openpkg-src/proftpd/proftpd.spec 13 Oct 2006 17:33:06 -0000 1.109
+++ openpkg-src/proftpd/proftpd.spec 14 Oct 2006 08:01:33 -0000 1.110
@@ -43,7 +43,7 @@
Group: FTP
License: GPL
Version: %{V_proftpd}
-Release: 20061013
+Release: 20061014
# package options
%option with_ifsession no
@@ -96,8 +96,8 @@
PreReq: postgresql, openssl
%endif
%if "%{with_sqlite}" == "yes"
-BuildPreReq: sqlite
-PreReq: sqlite
+BuildPreReq: sqlite, sqlite::with_v2 = yes
+PreReq: sqlite, sqlite::with_v2 = yes
%endif
%if "%{with_ldap}" == "yes"
BuildPreReq: openldap, openssl
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]