- Disable load for now (#245486)

This commit is contained in:
Paul Nasrat 2007-06-24 09:26:36 +00:00
parent 2f6acee2e5
commit b9100e27a9

View File

@ -6,7 +6,7 @@
Summary: Library that implements an embeddable SQL database engine Summary: Library that implements an embeddable SQL database engine
Name: sqlite Name: sqlite
Version: 3.4.0 Version: 3.4.0
Release: 1%{?dist} Release: 2%{?dist}
License: Public Domain License: Public Domain
Group: Applications/Databases Group: Applications/Databases
URL: http://www.sqlite.org/ URL: http://www.sqlite.org/
@ -51,14 +51,14 @@ This package contains the tcl modules for %{name}.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .fts #patch0 -p1 -b .fts
%build %build
export CFLAGS="$RPM_OPT_FLAGS -DSQLITE_DISABLE_DIRSYNC=1 -Wall" export CFLAGS="$RPM_OPT_FLAGS -DSQLITE_DISABLE_DIRSYNC=1 -Wall"
%configure %{!?_with_tcl:--disable-tcl} \ %configure %{!?_with_tcl:--disable-tcl} \
--enable-threadsafe \ --enable-threadsafe \
--enable-threads-override-locks --enable-threads-override-locks
make TLIBS=-ldl %{?_smp_mflags} make %{?_smp_mflags}
make doc make doc
%install %install
@ -108,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Sun Jun 24 2007 Paul Nasrat <pnsarat@redhat.com> - 3.4.0-2
- Disable load for now (#245486)
* Tue Jun 19 2007 Paul Nasrat <pnasrat@redhat.com> - 3.4.0-1 * Tue Jun 19 2007 Paul Nasrat <pnasrat@redhat.com> - 3.4.0-1
- Update to 3.4.0 - Update to 3.4.0