- fix build with newer sqlite (#519781)
This commit is contained in:
parent
358d5e35d8
commit
dedaabef3e
@ -1,6 +1,6 @@
|
||||
Name: redland
|
||||
Version: 1.0.7
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: RDF Application Framework
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -46,6 +46,10 @@ Header files for development with Redland.
|
||||
sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
|
||||
%endif
|
||||
|
||||
# hack around SQLITE_API macro collision with newer sqlite
|
||||
sed -i.REDLAND_SQLITE_API -e "s|SQLITE_API|REDLAND_SQLITE_API|" \
|
||||
configure.ac configure librdf/rdf_config.h.in librdf/rdf_storage_sqlite.c
|
||||
|
||||
|
||||
%build
|
||||
# disable-static does not work if we override to use the system's libtool
|
||||
@ -101,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Thu Aug 27 2009 Rex Dieter <rdieter@fedoraproject.org> 1.0.7-10
|
||||
- fix build with newer sqlite (#519781)
|
||||
|
||||
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.0.7-9
|
||||
- rebuilt with new openssl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user