]> git.pld-linux.org Git - packages/sqlite3.git/commitdiff
- pass TCLLIBDIR to configure to fix build on x86_64 auto/th/sqlite3-3_7_6_3-2 auto/ti/sqlite3-3_7_6_3-2
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sun, 22 May 2011 18:18:10 +0000 (18:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    sqlite3.spec -> 1.103

sqlite3.spec

index 5a1b5ac9afaff51f8cc81959ec45eb6816c38268..c5f822b6fade9cd50a7705a50483f9a53a694bc4 100644 (file)
@@ -30,7 +30,7 @@ Summary:      SQLite library
 Summary(pl.UTF-8):     Biblioteka SQLite
 Name:          sqlite3
 Version:       3.7.6.3
-Release:       1
+Release:       2
 License:       Public Domain
 Group:         Libraries
 # Source0Download: http://www.sqlite.org/download.html
@@ -191,6 +191,9 @@ export CFLAGS
 LIBS=-ldl
 export LIBS
 %endif
+%if %{with tcl}
+export TCLLIBDIR="%{tcl_sitearch}/sqlite3"
+%endif
 %configure \
        %{?with_tcl:--with-tcl=%{_ulibdir}} \
        %{!?with_tcl:--disable-tcl} \
This page took 0.17632 seconds and 4 git commands to generate.