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
18 lines
584 B
Plaintext
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=""
|