X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=src%2Fgdb.spec-debug.patch;h=9db11d3098da087ccfc1b80e7b125cc7f5270bdb;hb=91358a1020b74a86a9797a4f97507d637eef091c;hp=aff469702558c0493fe3ac1a6add0ad72c66bfef;hpb=d52246f79270fbadbf7f7e65afff16d4ba141f39;p=nethome.git diff --git a/src/gdb.spec-debug.patch b/src/gdb.spec-debug.patch index aff4697..9db11d3 100644 --- a/src/gdb.spec-debug.patch +++ b/src/gdb.spec-debug.patch @@ -1,29 +1,21 @@ --- gdb.spec-orig 2006-07-14 07:18:22.000000000 +0200 +++ gdb.spec 2006-07-25 13:16:58.000000000 +0200 -@@ -341,7 +341,8 @@ +@@ -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="-ggdb3" ++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 -@@ -346,7 +346,7 @@ - - enable_build_warnings="" - %ifarch %{ix86} alpha ia64 ppc s390 s390x x86_64 ppc64 --enable_build_warnings="--enable-gdb-build-warnings=,-Werror" -+#enable_build_warnings="--enable-gdb-build-warnings=,-Werror" - %endif - - ../configure \ @@ -355,6 +356,7 @@ --infodir=%{_infodir}\ $enable_build_warnings \ --with-separate-debug-dir=/usr/lib/debug \ -+ --enable-static --disable-shared --disable-werror --enable-debug \ ++ --enable-static --disable-shared --enable-debug \ %{_target_platform} make -k