Accepting request 77389 from multimedia:libs

- remove fno-strict-aliasing from CFLAGS as it is no longer
  needed and will slow down things. (forwarded request 77308 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/77389
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtheora?expand=0&rev=22
This commit is contained in:
Sascha Peilicke 2011-07-29 07:14:09 +00:00 committed by Git OBS Bridge
commit a158e83012
2 changed files with 6 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 27 23:53:06 UTC 2011 - crrodriguez@opensuse.org
- remove fno-strict-aliasing from CFLAGS as it is no longer
needed and will slow down things.
-------------------------------------------------------------------
Mon May 23 19:15:11 UTC 2011 - crrodriguez@opensuse.org

View File

@ -96,11 +96,6 @@ Authors:
%setup -q -n %{name}-%{pkg_version}
%build
# FIXME:
# toplevel.c:183: warning: dereferencing type-punned pointer will break strict-aliasing rules
# x86_64/fdct_mmx.c:295: warning: dereferencing type-punned pointer will break strict-aliasing rules
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
ACLOCAL="aclocal -I m4" autoreconf -f -i
%configure \
--disable-static \