- Disable strict-aliasing checks due to what looks like GLib breakage.
This commit is contained in:
parent
4ce9acc183
commit
bdb80ca3c1
@ -6,7 +6,7 @@
|
||||
|
||||
Name: devhelp
|
||||
Version: 0.23
|
||||
Release: 2%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Development/Tools
|
||||
Summary: API documention browser
|
||||
@ -57,7 +57,7 @@ into other applications such as IDEs.
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing"
|
||||
|
||||
%install
|
||||
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
|
||||
@ -137,6 +137,9 @@ fi
|
||||
%{_libdir}/pkgconfig/*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 16 2009 Matthew Barnes <mbarnes@redhat.com> - 0.23-4
|
||||
- Disable strict-aliasing checks due to what looks like GLib breakage.
|
||||
|
||||
* Mon Feb 16 2009 - Bastien Nocera <bnocera@redhat.com> - 0.23-3
|
||||
- Fix displaying web pages, WebKit doesn't like local filenames as URIs
|
||||
- Add missing Gconf2-devel BR
|
||||
|
Loading…
Reference in New Issue
Block a user