Accepting request 77308 from home:elvigia:branches:multimedia:libs
- remove fno-strict-aliasing from CFLAGS as it is no longer needed and will slow down things. OBS-URL: https://build.opensuse.org/request/show/77308 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libtheora?expand=0&rev=16
This commit is contained in:
parent
29bd5772e6
commit
24d5323eb5
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user