gdb/gdb.patch

Fri, 03 Aug 2012 20:11:53 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 03 Aug 2012 20:11:53 +0200
changeset 470
f8813e60f168
permissions
-rw-r--r--

Neutralize buggy code causing OpenPKG to have 'fatal problems' in
spite of correct installation, configuration, and operation. An
administrator suffering from this failure is even unable to
uninstall the flawed software.

     1 Index: Makefile.in
     2 --- Makefile.in.orig	2009-10-06 18:38:07 +0200
     3 +++ Makefile.in	2009-10-07 19:36:16 +0200
     4 @@ -610,10 +610,6 @@
     5  	"CXX_FOR_BUILD=$(CXX_FOR_BUILD)" \
     6  	"EXPECT=$(EXPECT)" \
     7  	"FLEX=$(FLEX)" \
     8 -	"INSTALL=$(INSTALL)" \
     9 -	"INSTALL_DATA=$(INSTALL_DATA)" \
    10 -	"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
    11 -	"INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
    12  	"LDFLAGS_FOR_BUILD=$(LDFLAGS_FOR_BUILD)" \
    13  	"LEX=$(LEX)" \
    14  	"M4=$(M4)" \
    15 Index: gdb/configure
    16 --- gdb/configure.orig	2009-10-01 21:37:31 +0200
    17 +++ gdb/configure	2009-10-07 19:37:09 +0200
    18 @@ -9732,7 +9732,7 @@
    20      fi ;;
    21  esac
    22 -for ac_header in curses.h cursesX.h ncurses.h ncurses/ncurses.h ncurses/term.h
    23 +for ac_header in ncurses.h ncurses/ncurses.h ncurses/term.h curses.h cursesX.h 
    24  do :
    25    as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    26  ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"

mercurial