]> git.pld-linux.org Git - packages/apr-util.git/commitdiff
- sqlite2 off by default auto/ac/apr-util-1_2_1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 5 Sep 2005 16:34:48 +0000 (16:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apr-util.spec -> 1.28

apr-util.spec

index 62dff904603aed8bb07e265080a5d42666ad09b5..0b929e300d810a9b0c64fb100fc01cf501062802 100644 (file)
@@ -1,7 +1,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
@@ -86,7 +86,9 @@ Statyczna biblioteka apr-util.
        --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}
 
This page took 0.066241 seconds and 4 git commands to generate.