]> git.pld-linux.org Git - packages/sqlite3.git/commitdiff
- rel 2 auto/th/sqlite3-3_7_13-2 auto/ti/sqlite3-3_7_13-2
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 27 Jun 2012 11:50:27 +0000 (11:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- enable load-extension API, required for kde4-calligra (kexi)

Changed files:
    sqlite3.spec -> 1.111

sqlite3.spec

index 405948d17ff91d374a9518c68aaa5e36c7038291..6866f0f02bd988d36fea0ad7969168c94e40790d 100644 (file)
@@ -1,14 +1,13 @@
 # TODO:
 # - some tests fail with tcl8.5, it's tcl fault,
 #      if someone REALLY cares (s)he can look into it
-# - enable --enable-load-extension?
 #
 # Conditional build:
 %bcond_with    tests           # run tests
 %bcond_without tcl             # Tcl extension
 %bcond_without doc             # disable documentation building
 %bcond_without unlock_notify   # disable unlock notify API
-%bcond_with    load_extension  # enable load extension API
+%bcond_without load_extension  # enable load extension API
 
 %ifarch alpha sparc %{x8664}
 %undefine      with_tests
@@ -29,7 +28,7 @@ Summary:      SQLite library
 Summary(pl.UTF-8):     Biblioteka SQLite
 Name:          sqlite3
 Version:       3.7.13
-Release:       1
+Release:       2
 License:       Public Domain
 Group:         Libraries
 # Source0Download: http://www.sqlite.org/download.html
@@ -196,8 +195,9 @@ export TCLLIBDIR="%{tcl_sitearch}/sqlite3"
 %configure \
        %{?with_tcl:--with-tcl=%{_ulibdir}} \
        %{!?with_tcl:--disable-tcl} \
+       %{__enable_disable load_extension load-extension} \
        --enable-threadsafe
-%{?with_load_extension:sed -i~ s/-DSQLITE_OMIT_LOAD_EXTENSION=1// Makefile}
+
 %{__make}
 
 %if %{with doc}
This page took 0.044687 seconds and 4 git commands to generate.