--- gdb.spec-orig 2006-07-14 07:18:22.000000000 +0200 +++ gdb.spec 2006-07-25 13:16:58.000000000 +0200 @@ -341,7 +341,9 @@ # at least one warning, and stop the compilation. The whole configury # line needs to be cleaned up. -export CFLAGS="$RPM_OPT_FLAGS" +#export CFLAGS="$RPM_OPT_FLAGS" +export CFLAGS="$RPM_OPT_FLAGS -O0 -ggdb2" +sed -i -e 's/ -Wuninitialized / -Wno-uninitialized /g' ../gdb/configure enable_build_warnings="" %ifarch %{ix86} alpha ia64 ppc s390 s390x x86_64 ppc64 @@ -355,6 +356,7 @@ --infodir=%{_infodir}\ $enable_build_warnings \ --with-separate-debug-dir=/usr/lib/debug \ + --enable-static --disable-shared --enable-debug \ %{_target_platform} make -k