RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Ralf S. Engelschall
Root: /v/rpm/cvs Email: rse@rpm5.org
Module: rpm Date: 24-Jun-2007 09:57:13
Branch: HEAD Handle: 2007062408571300
Modified files:
rpm devtool.conf
Log:
line break Jeff's entry and add remaining
--with-{db,lua,file}=internal to 'document' the intention
Summary:
Revision Changes Path
2.14 +11 -1 rpm/devtool.conf
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/devtool.conf
============================================================================
$ cvs diff -u -r2.13 -r2.14 devtool.conf
--- rpm/devtool.conf 22 Jun 2007 20:22:57 -0000 2.13
+++ rpm/devtool.conf 24 Jun 2007 07:57:13 -0000 2.14
@@ -47,7 +47,17 @@
%jbj
%checkout file
%autogen
- %configure --prefix=/usr --with-sqlite=external --with-beecrypt=external --with-neon=external --with-bzip2=external --with-zlib=internal --with-popt=external
+ %configure \
+ --prefix=/usr \
+ --with-db=internal \
+ --with-lua=internal \
+ --with-zlib=internal \
+ --with-file=internal \
+ --with-sqlite=external \
+ --with-beecrypt=external \
+ --with-neon=external \
+ --with-bzip2=external \
+ --with-popt=external
%tarball
%checkout
@@ .
Received on Sun Jun 24 09:57:13 2007