From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Reutner-Fischer Date: Wed, 7 Oct 2009 22:40:08 +0200 Subject: [Buildroot] [PATCH 10/14] honour DISABLE_IPV6 In-Reply-To: <87eipfj5zo.fsf@macbook.be.48ers.dk> References: <382fdbb8e5e36dd9348dfd57b9267862ef8d2ead.1254945750.git.rep.dot.nop@gmail.com> <53e08690da5a307328d4d5dc7d53865215ced09f.1254945750.git.rep.dot.nop@gmail.com> <87eipfj5zo.fsf@macbook.be.48ers.dk> Message-ID: <20091007204008.GH23847@mx.loc> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Wed, Oct 07, 2009 at 10:36:59PM +0200, Peter Korsgaard wrote: >>>>>> "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. noted as follow-up