Bernd Kuhls
2014-Nov-08 09:18 UTC
SQLite does not depend on zlib, was: Re: [PATCH] Split sql drivers from lib-sql to plugins
Tomas Janousek <tjanouse at redhat.com> 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-2.2.15.org/configure.ac 2014-10-25 05:57:08.000000000 +0200 +++ dovecot-2.2.15/configure.ac 2014-11-08 10:06:23.015570150 +0100 @@ -2293,7 +2293,7 @@ if test $want_sqlite != no; then AC_CHECK_LIB(sqlite3, sqlite3_open, [ AC_CHECK_HEADER(sqlite3.h, [ - SQLITE_LIBS="$SQLITE_LIBS -lsqlite3 -lz" + SQLITE_LIBS="$SQLITE_LIBS -lsqlite3" AC_DEFINE(HAVE_SQLITE,, Build with SQLite3 support) found_sql_drivers="$found_sql_drivers sqlite" Regards, Bernd
Bernd Kuhls
2015-Apr-22 19:19 UTC
SQLite does not depend on zlib, was: Re: [PATCH] Split sql drivers from lib-sql to plugins
Bernd Kuhls <bernd.kuhls at t-online.de> wrote in news:XnsA3DF68DCAEF69berndkuhlsPkbjNfxxIA at bernd-kuhls.de:> Tomas Janousek <tjanouse at redhat.com> 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-2.2.15.org/configure.ac 2014-10-25 05:57:08.000000000 +0200 > +++ dovecot-2.2.15/configure.ac 2014-11-08 10:06:23.015570150 +0100 > @@ -2293,7 +2293,7 @@ > if test $want_sqlite != no; then > AC_CHECK_LIB(sqlite3, sqlite3_open, [ > AC_CHECK_HEADER(sqlite3.h, [ > - SQLITE_LIBS="$SQLITE_LIBS -lsqlite3 -lz" > + SQLITE_LIBS="$SQLITE_LIBS -lsqlite3" > > AC_DEFINE(HAVE_SQLITE,, Build with SQLite3 support) > found_sql_drivers="$found_sql_drivers sqlite" > > Regards, Bernd > >ping ;)
Teemu Huovila
2015-May-04 13:38 UTC
SQLite does not depend on zlib, was: Re: [PATCH] Split sql drivers from lib-sql to plugins
On 04/22/2015 10:19 PM, Bernd Kuhls wrote:> Bernd Kuhls <bernd.kuhls at t-online.de> wrote in > news:XnsA3DF68DCAEF69berndkuhlsPkbjNfxxIA at bernd-kuhls.de: > >> Tomas Janousek <tjanouse at redhat.com> 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-2.2.15.org/configure.ac 2014-10-25 05:57:08.000000000 +0200 >> +++ dovecot-2.2.15/configure.ac 2014-11-08 10:06:23.015570150 +0100 >> @@ -2293,7 +2293,7 @@ >> if test $want_sqlite != no; then >> AC_CHECK_LIB(sqlite3, sqlite3_open, [ >> AC_CHECK_HEADER(sqlite3.h, [ >> - SQLITE_LIBS="$SQLITE_LIBS -lsqlite3 -lz" >> + SQLITE_LIBS="$SQLITE_LIBS -lsqlite3" >> >> AC_DEFINE(HAVE_SQLITE,, Build with SQLite3 support) >> found_sql_drivers="$found_sql_drivers sqlite" >> >> Regards, Bernd >> >> > > ping ;) >Thank you for the report http://hg.dovecot.org/dovecot-2.2/rev/e4ad83ed88c9 br, Teemu Huovila
Reasonably Related Threads
- SQLite does not depend on zlib, was: Re: [PATCH] Split sql drivers from lib-sql to plugins
- PostgreSQL driver supporting [round-robin] load balancing and redundancy [LONG]
- Dovecot 2.2 build rpm on Centos6
- configure change for 1.0.beta8
- Getting AdapterNotSpecified on simple script/generate