Re: SQLite does not depend on zlib, was: Re: [PATCH] Split sql drivers from lib-sql to plugins

2015-05-04 Thread Teemu Huovila
On 04/22/2015 10:19 PM, Bernd Kuhls wrote: > Bernd Kuhls wrote in > news:xnsa3df68dcaef69berndkuhlspkbjnfx...@bernd-kuhls.de: > >> Tomas Janousek wrote in news:20070413132731.GA8281 >> @redhat.com: >> >>> - SQL_LIBS="$SQL_LIBS -lsqlite3 -lz" >>> + SQLITE_LIBS="$SQLIT

Re: SQLite does not depend on zlib, was: Re: [PATCH] Split sql drivers from lib-sql to plugins

2015-04-22 Thread Bernd Kuhls
Bernd Kuhls wrote in news:xnsa3df68dcaef69berndkuhlspkbjnfx...@bernd-kuhls.de: > Tomas Janousek wrote in news:20070413132731.GA8281 > @redhat.com: > >> - SQL_LIBS="$SQL_LIBS -lsqlite3 -lz" >> + SQLITE_LIBS="$SQLITE_LIBS -lsqlite3 -lz" > > Hi, > > this patch fixes

SQLite does not depend on zlib, was: Re: [PATCH] Split sql drivers from lib-sql to plugins

2014-11-08 Thread Bernd Kuhls
Tomas Janousek wrote in news:20070413132731.GA8281 @redhat.com: > - SQL_LIBS="$SQL_LIBS -lsqlite3 -lz" > + SQLITE_LIBS="$SQLITE_LIBS -lsqlite3 -lz" Hi, this patch fixes a build error during cross compilation to a system without the libz target package: --- dovecot-