From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Wed, 07 Oct 2009 22:36:59 +0200 Subject: [Buildroot] [PATCH 10/14] honour DISABLE_IPV6 In-Reply-To: (Bernhard Reutner-Fischer's message of "Wed\, 7 Oct 2009 22\:08\:33 +0200") References: <4acf0a418a2f34c50249d56c6e76b8dba7076302.1254945750.git.rep.dot.nop@gmail.com> <8ddd0fbdd88acec5c801c93ce830b1ad04536118.1254945750.git.rep.dot.nop@gmail.com> <382fdbb8e5e36dd9348dfd57b9267862ef8d2ead.1254945750.git.rep.dot.nop@gmail.com> <53e08690da5a307328d4d5dc7d53865215ced09f.1254945750.git.rep.dot.nop@gmail.com> Message-ID: <87eipfj5zo.fsf@macbook.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Bernhard" == Bernhard Reutner-Fischer writes: Bernhard> pass --disable-ipv6 to autoconfig packages if IPv6 support is turned off Bernhard> Signed-off-by: Bernhard Reutner-Fischer Bernhard> --- Bernhard> package/Makefile.autotools.in | 1 + Bernhard> 1 files changed, 1 insertions(+), 0 deletions(-) Bernhard> diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in Bernhard> index d36c884..c3257cf 100644 Bernhard> --- a/package/Makefile.autotools.in Bernhard> +++ b/package/Makefile.autotools.in Bernhard> @@ -256,6 +256,7 @@ $(BUILD_DIR)/%/.stamp_configured: Bernhard> $(DISABLE_DOCUMENTATION) \ Bernhard> $(DISABLE_NLS) \ Bernhard> $(DISABLE_LARGEFILE) \ Bernhard> + $(DISABLE_IPV6) \ Please also remove it from the Makefile.autotools.in packages explicitly passing it. -- Bye, Peter Korsgaard