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:
commit
a158e83012
@ -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
|
Mon May 23 19:15:11 UTC 2011 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -96,11 +96,6 @@ Authors:
|
|||||||
%setup -q -n %{name}-%{pkg_version}
|
%setup -q -n %{name}-%{pkg_version}
|
||||||
|
|
||||||
%build
|
%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
|
ACLOCAL="aclocal -I m4" autoreconf -f -i
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user