Re: trivial patch to allow use of libressl

2017-05-20 Thread Oswald Buddenhagen
On Sun, May 14, 2017 at 01:56:44PM -0600, Benjamin Slade wrote: > On 2017-05-14T13:48:59-0600, Toyam Cox wrote: > > Void Linux uses isync with libressl without this patch. > > > > patch socket.c:43 to: > > > # if OPENSSL_VERSION_NUMBER < 0x1010L || > defined(LIBRESSL_VERSION_NUMBER) > >

Re: trivial patch to allow use of libressl

2017-05-14 Thread Toyam Cox
Void Linux uses isync with libressl without this patch. - Toyam > patch socket.c:43 to: > # if OPENSSL_VERSION_NUMBER < 0x1010L || > defined(LIBRESSL_VERSION_NUMBER) > > -- > Benjamin Slade > `(pgp_fp: ,(21BA 2AE1 28F6 DF36 110A 0E9C A320 BBE8 2B52 EE19)) > '(sent by mu4e on Emacs ru

Re: trivial patch to allow use of libressl

2017-05-14 Thread Benjamin Slade
The isync package in Void is the 1.2.1 release. I couldn't get the current("git") version of isync to build on Void w/o this patch. I would get: gcc -g -O2 -pipe -W -Wall -Wshadow -Wstrict-prototypes -std=c99 -pedantic -Wno-overlength-strings -o mbsync main.o sync.o config.o util.o sock