Author: megabajt Date: Sun May 22 18:18:15 2011 GMT Module: packages Tag: HEAD ---- Log message: - pass TCLLIBDIR to configure to fix build on x86_64 - release 2
---- Files affected: packages/sqlite3: sqlite3.spec (1.102 -> 1.103) ---- Diffs: ================================================================ Index: packages/sqlite3/sqlite3.spec diff -u packages/sqlite3/sqlite3.spec:1.102 packages/sqlite3/sqlite3.spec:1.103 --- packages/sqlite3/sqlite3.spec:1.102 Fri May 20 22:08:12 2011 +++ packages/sqlite3/sqlite3.spec Sun May 22 20:18:10 2011 @@ -31,7 +31,7 @@ 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 @@ -192,6 +192,9 @@ LIBS=-ldl export LIBS %endif +%if %{with tcl} +export TCLLIBDIR="%{tcl_sitearch}/sqlite3" +%endif %configure \ %{?with_tcl:--with-tcl=%{_ulibdir}} \ %{!?with_tcl:--disable-tcl} \ @@ -259,6 +262,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.103 2011/05/22 18:18:10 megabajt +- pass TCLLIBDIR to configure to fix build on x86_64 +- release 2 + Revision 1.102 2011/05/20 20:08:12 qboosh - License fix: sqlite code is in Public Domain - updated tcl build, enabled by default ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/sqlite3/sqlite3.spec?r1=1.102&r2=1.103&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
