SPECS: apr-util.spec - sqlite2 off by default
qboosh
qboosh at pld-linux.org
Mon Sep 5 18:34:58 CEST 2005
Author: qboosh Date: Mon Sep 5 16:34:58 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- sqlite2 off by default
---- Files affected:
SPECS:
apr-util.spec (1.27 -> 1.28)
---- Diffs:
================================================================
Index: SPECS/apr-util.spec
diff -u SPECS/apr-util.spec:1.27 SPECS/apr-util.spec:1.28
--- SPECS/apr-util.spec:1.27 Sun Sep 4 18:06:31 2005
+++ SPECS/apr-util.spec Mon Sep 5 18:34:48 2005
@@ -2,7 +2,7 @@
#
# Conditional build:
%bcond_without ldap # without LDAP support
-%bcond_without sqlite # without SQLite support
+%bcond_with sqlite # with SQLite 2.x support
%bcond_without sqlite3 # without SQLite3 support
#
Summary: A companion library to Apache Portable Runtime
@@ -87,7 +87,9 @@
--with-ldap-include=%{_prefix}/include \
--with-ldap-lib=%{_libdir} \
%endif
- --with-iconv=%{_prefix}
+ --with-iconv=%{_prefix} \
+ %{!?with_sqlite:--without-sqlite2} \
+ %{!?with_sqlite3:--without-sqlite3}
%{__make}
@@ -127,6 +129,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.28 2005/09/05 16:34:48 qboosh
+- sqlite2 off by default
+
Revision 1.27 2005/09/04 16:06:31 qboosh
- updated to 1.2.1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/apr-util.spec?r1=1.27&r2=1.28&f=u
More information about the pld-cvs-commit
mailing list