Re: [ptxdist] [PATCH v2] iptables: fix large file support

2017-10-04 Thread Juergen Borleis
Hi Alex, On Wednesday 04 October 2017 11:12:36 Alexander Dahl wrote: > > diff --git a/rules/iptables.make b/rules/iptables.make > > index 721030aac..e8aa9f498 100644 > > --- a/rules/iptables.make > > +++ b/rules/iptables.make > > @@ -21,8 +21,8 @@ PACKAGES-$(PTXCONF_IPTABLES) += iptables > > # >

Re: [ptxdist] [PATCH v2] iptables: fix large file support

2017-10-04 Thread Alexander Dahl
Hello, Am Mittwoch, 4. Oktober 2017, 11:02:21 CEST schrieb Juergen Borleis: > diff --git a/rules/iptables.make b/rules/iptables.make > index 721030aac..e8aa9f498 100644 > --- a/rules/iptables.make > +++ b/rules/iptables.make > @@ -21,8 +21,8 @@ PACKAGES-$(PTXCONF_IPTABLES) += iptables > # > # Pa

Re: [ptxdist] [PATCH v2] iptables: fix large file support

2017-10-04 Thread Juergen Borleis
On Wednesday 04 October 2017 11:02:21 Juergen Borleis wrote: > The configure script handles the "--*-largefile" parameter badly. It > defaults to large file support if not given and always disables largefile > support if given (and it doesn't matter if 'enable' or 'disable' was > used) Hmm, git se