From f3562be2bbdcf4bd4ccf17bf453dcc23dc25c639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Tue, 30 May 2017 20:41:26 +0000 Subject: build.sh, etc/build.usage: adds -[46]: force IPv[46] when downloading. subr/pre_setup_env.subr: prepend -4 or -6 to ${WGET_ARGS} when -[46] was specified. --- etc/build.usage | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'etc/build.usage') diff --git a/etc/build.usage b/etc/build.usage index 4afb4504..18be3f4b 100644 --- a/etc/build.usage +++ b/etc/build.usage @@ -1,7 +1,9 @@ -usage: ./build.sh [-x] [-a nt32|nt64] [-b debug|release] [-c] [-C] [-h] - [-i] [-N] [-r package[,...][:step]] [-R] [-t[.gz|.bz2|.xz] +usage: ./build.sh [-x] [-4] [-6] [-a nt32|nt64] [-b debug|release] [-c] [-C] + [-h] [-i] [-N] [-r package[,...][:step]] [-R] [-t[.gz|.bz2|.xz] [-v] [[ ...]] -x Set the xtrace sh(1)ell option for debugging purposes. + -4 Force IPv4 when downloading files. + -6 Force IPv6 when downloading files. -a nt32|nt64 Selects 32-bit or 64-bit architecture; defaults to nt64. -b debug|release Selects debug or release build; defaults to debug. This currently only controls CFLAGS. -- cgit v1.2.3