libogg/configure.dif
OBS User autobuild 6ce3ba5e5d Accepting request 24114 from multimedia:libs
Copy from multimedia:libs/libogg based on submit request 24114 from user tiwai

OBS-URL: https://build.opensuse.org/request/show/24114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libogg?expand=0&rev=10
2009-11-16 09:51:26 +00:00

18 lines
584 B
Plaintext

Index: configure.in
===================================================================
--- configure.in.orig
+++ configure.in
@@ -45,9 +45,9 @@ if test -z "$GCC"; then
else
case $host in
*-*-linux*)
- DEBUG="-g -Wall -fsigned-char"
- CFLAGS="-O20 -ffast-math -fsigned-char"
- PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char"
+ DEBUG="-g -Wall"
+ CFLAGS="-ffast-math"
+ PROFILE="-Wall -W -pg -g -ffast-math"
;;
sparc-sun-*)
sparc_cpu=""