Author: areq Date: Sat Jun 28 23:59:38 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - fixed build with libtool 2.2
---- Files affected: SPECS: sqlite.spec (1.53 -> 1.54) ---- Diffs: ================================================================ Index: SPECS/sqlite.spec diff -u SPECS/sqlite.spec:1.53 SPECS/sqlite.spec:1.54 --- SPECS/sqlite.spec:1.53 Wed Sep 5 16:07:50 2007 +++ SPECS/sqlite.spec Sun Jun 29 01:59:32 2008 @@ -17,7 +17,7 @@ URL: http://sqlite.org/ BuildRequires: autoconf BuildRequires: automake -BuildRequires: libtool +BuildRequires: libtool >= 2.2 BuildRequires: readline-devel BuildRequires: tcl-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -125,7 +125,7 @@ %build cp -f /usr/share/automake/config.sub . -%{__libtoolize} +%{__libtoolize} --install %{__aclocal} %{__autoconf} @@ -175,6 +175,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.54 2008/06/28 23:59:32 areq +- fixed build with libtool 2.2 + Revision 1.53 2007/09/05 14:07:50 baggins - rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/sqlite.spec?r1=1.53&r2=1.54&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
