Build with -fno-strict-aliasing
This commit is contained in:
parent
019dbcf3ab
commit
0589a5fb8d
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
Name: brltty
|
Name: brltty
|
||||||
Version: %{pkg_version}
|
Version: %{pkg_version}
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://mielke.cc/brltty/
|
URL: http://mielke.cc/brltty/
|
||||||
@ -166,7 +166,8 @@ for i in -I/usr/lib/jvm/java/include{,/linux}; do
|
|||||||
done
|
done
|
||||||
# there is no curses packages in BuildRequires, so the package builds
|
# there is no curses packages in BuildRequires, so the package builds
|
||||||
# without them in mock; let's express this decision explicitly
|
# without them in mock; let's express this decision explicitly
|
||||||
%configure CPPFLAGS="$java_inc" --disable-stripping --without-curses \
|
%configure CPPFLAGS="$java_inc" CFLAGS="%{optflags} -fno-strict-aliasing" \
|
||||||
|
CXXFLAGS="%{optflags} -fno-strict-aliasing" --disable-stripping --without-curses \
|
||||||
%if %{with_speech_dispatcher}
|
%if %{with_speech_dispatcher}
|
||||||
--with-speechd=%{_prefix} \
|
--with-speechd=%{_prefix} \
|
||||||
%endif
|
%endif
|
||||||
@ -319,6 +320,9 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 8 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 4.3-12
|
||||||
|
- Build with -fno-strict-aliasing
|
||||||
|
|
||||||
* Wed Dec 19 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 4.3-11
|
* Wed Dec 19 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 4.3-11
|
||||||
- revbump after jnidir change
|
- revbump after jnidir change
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user