Wed, 08 Feb 2012 20:07:00 +0200
Update version, adapt patch, correct PID writing, correct build on newer
FreeBSD releases, and most importantly introduce new patch to try to
avoid segfault caused by multiple network interfaces with the same (or
no) address. This is common when configuring bridges and tunnels.
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"