Re: [PATCH] gzclose_r() and gzclose_w() are not available in older...

2016-11-21 Thread Jani Nikula
On Mon, 21 Nov 2016, Tomi Ollila wrote: > On Mon, Nov 21 2016, David Bremner wrote: > >> I take the submitters word for the first version supporting gzclose > > I tried this patch on Scientific Linux 6.2 -- after applied it I changed > the check to >= 1.2.3

Re: [PATCH] gzclose_r() and gzclose_w() are not available in older...

2016-11-21 Thread Tomi Ollila
On Mon, Nov 21 2016, David Bremner wrote: > I take the submitters word for the first version supporting gzclose I tried this patch on Scientific Linux 6.2 -- after applied it I changed the check to >= 1.2.3 (to the one used in sl62). This compiles fine but tests fails

Re: [PATCH] gzclose_r() and gzclose_w() are not available in older versions of zlib such as the version on Ubuntu LTS 12.04. Changing to gzclose() allows notmuch to work on older versions as well

2016-11-21 Thread David Bremner
Ico Doornekamp writes: > --- > configure |4 ++-- > notmuch-dump.c|4 ++-- > notmuch-restore.c |2 +- > 3 files changed, 5 insertions(+), 5 deletions(-) Looking at the docs, this looks sensible. , | Same as gzclose(), but gzclose_r() is only for use

[PATCH] gzclose_r() and gzclose_w() are not available in older versions of zlib such as the version on Ubuntu LTS 12.04. Changing to gzclose() allows notmuch to work on older versions as well

2016-11-21 Thread Ico Doornekamp
--- configure |4 ++-- notmuch-dump.c|4 ++-- notmuch-restore.c |2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure b/configure index f0fc466..dc3256b 100755 --- a/configure +++ b/configure @@ -491,9 +491,9 @@ if ! pkg-config --exists zlib; then