[Lsb-messages] /var/www/bzr/lsb/4.1/appbat r964: Disable SQLite 2 and 3 support in apr-util for lsb-apache.

Jeff Licquia licquia at linuxfoundation.org
Fri Jul 20 16:30:16 UTC 2012


------------------------------------------------------------
revno: 964
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: appbat
timestamp: Fri 2012-07-20 12:30:16 -0400
message:
  Disable SQLite 2 and 3 support in apr-util for lsb-apache.
modified:
  apps/apache.xml
-------------- next part --------------
=== modified file 'apps/apache.xml'
--- a/apps/apache.xml	2012-06-05 16:07:11 +0000
+++ b/apps/apache.xml	2012-07-20 16:30:16 +0000
@@ -49,6 +49,8 @@
 			<param>--enable-layout=opt</param>
 			<param>--without-gdbm</param>
 			<param>--without-berkeley-db</param>
+			<param>--without-sqlite3</param>
+			<param>--without-sqlite2</param>
 			<param>--with-included-apr</param>
 			<param>--with-pic</param>
 		</configure>



More information about the lsb-messages mailing list