config/libc/eglibc.in
changeset 2520 e3523df95b6b
parent 2512 6d9b79f63eda
child 2591 491d62ac2017
     1.1 --- a/config/libc/eglibc.in	Tue Jun 21 20:52:08 2011 -0700
     1.2 +++ b/config/libc/eglibc.in	Thu Jun 30 18:14:01 2011 +0200
     1.3 @@ -138,6 +138,16 @@
     1.4        (*) If you want to use a date, please use ISO-8601 formats if
     1.5            at all possible.
     1.6  
     1.7 +config EGLIBC_HTTP
     1.8 +    bool
     1.9 +    prompt "use http:// instead of svn://"
    1.10 +    help
    1.11 +      By default, when eglibc is downloaded it is checked out using
    1.12 +      svn://svn.eglibc.org. This option allows you to download eglibc
    1.13 +      from http://www.eglibc.org, if you are behind a proxy or firewall.
    1.14 +      If you are behind a proxy, don't forget to update your
    1.15 +      .subversion/servers file with your proxy info in [global].
    1.16 +
    1.17  config EGLIBC_CHECKOUT
    1.18      bool
    1.19      prompt "checkout instead of export"