OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 09-Aug-2009 18:28:39 Branch: HEAD Handle: 2009080917283800 Modified files: openpkg-src/subversion subversion.spec Log: use SQLite amalgamation file (internal) because of thread-safety requirements Summary: Revision Changes Path 1.170 +3 -4 openpkg-src/subversion/subversion.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/subversion/subversion.spec ============================================================================ $ cvs diff -u -r1.169 -r1.170 subversion.spec --- openpkg-src/subversion/subversion.spec 7 Aug 2009 14:54:29 -0000 1.169 +++ openpkg-src/subversion/subversion.spec 9 Aug 2009 16:28:38 -0000 1.170 @@ -40,7 +40,7 @@ Group: SCM License: Apache/BSD Version: %{V_opkg} -Release: 20090807 +Release: 20090809 # package options %option with_fsl yes @@ -71,8 +71,8 @@ BuildRoot: %{l_buildroot} BuildPreReq: OpenPKG, openpkg >= 20060823, make, libtool, sed, pkgconfig PreReq: OpenPKG, openpkg >= 20060823 -BuildPreReq: diffutils, sqlite, db, openssl, zlib, libiconv, expat -PreReq: diffutils, sqlite, db, openssl, zlib, libiconv, expat +BuildPreReq: diffutils, db, openssl, zlib, libiconv, expat +PreReq: diffutils, db, openssl, zlib, libiconv, expat %if "%{with_fsl}" == "yes" BuildPreReq: fsl PreReq: fsl @@ -180,7 +180,6 @@ ./configure \ --prefix=%{l_prefix} \ --mandir=%{l_prefix}/man \ - --with-sqlite=%{l_prefix} \ --with-berkeley-db="db.h:%{l_prefix}/include:%{l_prefix}/lib:db" \ --with-dbm=db45 \ --with-ssl=openssl \ @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org