patches/gdb/6.4/200-uclibc-readline-conf.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Apr 18 22:16:28 2008 +0000 (2008-04-18)
changeset 451 8a72f9bcf675
permissions -rw-r--r--
Using SOCKS 4/5 proxy is no easy task:
- a machine may well be able to reach the proxy, even if it is not on the same sub-net(s) as the machine itself (absolutely legitimate)
- tsocks.conf needs a list of so-called 'local' networks that can be reached without the need for a SOCKS connection
- SOCKS proxies are expected to be in 'local' networks
- there is absolutely NO way to tell what networks are local, besides the sub-net(s) the machine is in

Therefore, appropriate configuration of SOCKS 4/5 configuration is really complex, and attempts to correctly overcome this issue are doomed.

/trunk/scripts/crosstool.sh | 52 46 6 0 ++++++++++++++++++++++++++++++++++----
/trunk/config/global/download_extract.in | 39 31 8 0 +++++++++++++++++++++++------
2 files changed, 77 insertions(+), 14 deletions(-)
yann@96
     1
--- gdb-6.1.1-dist/readline/configure	2003-05-27 18:29:47.000000000 -0500
yann@96
     2
+++ gdb-6.1.1/readline/configure	2004-08-09 14:20:23.000000000 -0500
yann@96
     3
@@ -6249,7 +6249,12 @@
yann@96
     4
 
yann@96
     5
 
yann@96
     6
 echo "$as_me:$LINENO: checking for mbstate_t" >&5
yann@96
     7
+echo $ECHO_N "bash_cv_have_mbstate_t=$bash_cv_have_mbstate_t" >&6
yann@96
     8
 echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6
yann@96
     9
+if test "${bash_cv_have_mbstate_t+set}" != set; then
yann@96
    10
+  bash_cv_have_mbstate_t=yes
yann@96
    11
+  echo $ECHO_N "WARNING!! forcing to yes!!! $ECHO_C" >&6
yann@96
    12
+fi
yann@96
    13
 if test "${bash_cv_have_mbstate_t+set}" = set; then
yann@96
    14
   echo $ECHO_N "(cached) $ECHO_C" >&6
yann@96
    15
 else