RPM Package Manager, CVS Repository
/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Jeff Johnson
Root: /v/rpm/cvs Email: jbj@rpm5.org
Module: rpm Date: 27-Aug-2010 20:12:16
Branch: HEAD Handle: 2010082718121600
Modified files:
rpm devtool.conf
Log:
- adjust to sqlite rearrangements.
Summary:
Revision Changes Path
2.342 +4 -4 rpm/devtool.conf
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/devtool.conf
============================================================================
$ cvs diff -u -r2.341 -r2.342 devtool.conf
--- rpm/devtool.conf 23 Aug 2010 19:44:16 -0000 2.341
+++ rpm/devtool.conf 27 Aug 2010 18:12:16 -0000 2.342
@@ -3,7 +3,7 @@
##
%common
- MODULE_NAMES="db lua file xar xz pcre syck js/src rc neon beecrypt"
+ MODULE_NAMES="db lua xar pcre syck js/src neon beecrypt"
MODULE_TAG_DB=""
MODULE_TAG_LUA=""
MODULE_TAG_FILE=""
@@ -74,15 +74,15 @@
--verbose \
--prefix=/usr \
--with-db=internal \
- --with-db-sql \
+ --with-db-sql=internal \
--with-db-tools-integrated \
--with-zlib=external \
--with-bzip2=external \
--with-xz=external \
- --with-file=internal \
+ --with-file=external \
--with-lua=internal \
--with-tcl \
- --with-sqlite=external \
+ --without-sqlite \
--with-syck=internal \
--without-readline \
--without-augeas \
@@ .
Received on Fri Aug 27 20:12:16 2010