Fix for file injection is broken on centos computes with Cirros images LP #1587960
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / dovecot / 0001-zlib.patch
1 SQLite does not depend on zlib
2
3 Fixes build error when zlib target package is not present:
4 /home/br/br2/output/host/opt/ext-toolchain/bin/../lib/gcc/arm-linux-gnueabihf/4.9.2/../../../../arm-linux-gnueabihf/bin/ld: cannot find -lz
5
6 Patch for configure.ac sent upstream:
7 http://www.dovecot.org/list/dovecot/2014-November/098634.html
8
9 Here we patch ./configure instead because autoreconf is broken.
10
11 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
12
13 diff -uNr dovecot-2.2.15.org/configure dovecot-2.2.15/configure
14 --- dovecot-2.2.15.org/configure        2014-10-25 06:08:57.000000000 +0200
15 +++ dovecot-2.2.15/configure    2014-11-08 10:08:53.430745198 +0100
16 @@ -23865,7 +23865,7 @@
17                 ac_fn_c_check_header_mongrel "$LINENO" "sqlite3.h" "ac_cv_header_sqlite3_h" "$ac_includes_default"
18  if test "x$ac_cv_header_sqlite3_h" = xyes; then :
19  
20 -                       SQLITE_LIBS="$SQLITE_LIBS -lsqlite3 -lz"
21 +                       SQLITE_LIBS="$SQLITE_LIBS -lsqlite3"
22  
23  
24  $as_echo "#define HAVE_SQLITE /**/" >>confdefs.h