diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-05-20 10:26:32 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-11 15:03:01 +0200 |
commit | a89263f7f06ffb64e42dfe7472b8d0d67f75ecc3 (patch) | |
tree | df425343ce9937ee1a7ddc03c8f49895c63bc120 /package/dovecot/0001-zlib.patch | |
parent | f512b4efdba5d9ed28c64b8980ef817ca295fcf2 (diff) | |
download | buildroot-a89263f7f06ffb64e42dfe7472b8d0d67f75ecc3.tar.gz buildroot-a89263f7f06ffb64e42dfe7472b8d0d67f75ecc3.zip |
package/dovecot: bump version to 2.2.18
Removed patch applied upstream:
http://hg.dovecot.org/dovecot-2.2/rev/e4ad83ed88c9
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/dovecot/0001-zlib.patch')
-rw-r--r-- | package/dovecot/0001-zlib.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/package/dovecot/0001-zlib.patch b/package/dovecot/0001-zlib.patch deleted file mode 100644 index a6187bf035..0000000000 --- a/package/dovecot/0001-zlib.patch +++ /dev/null @@ -1,24 +0,0 @@ -SQLite does not depend on zlib - -Fixes build error when zlib target package is not present: -/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 - -Patch for configure.ac sent upstream: -http://www.dovecot.org/list/dovecot/2014-November/098634.html - -Here we patch ./configure instead because autoreconf is broken. - -Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> - -diff -uNr dovecot-2.2.15.org/configure dovecot-2.2.15/configure ---- dovecot-2.2.15.org/configure 2014-10-25 06:08:57.000000000 +0200 -+++ dovecot-2.2.15/configure 2014-11-08 10:08:53.430745198 +0100 -@@ -23865,7 +23865,7 @@ - ac_fn_c_check_header_mongrel "$LINENO" "sqlite3.h" "ac_cv_header_sqlite3_h" "$ac_includes_default" - if test "x$ac_cv_header_sqlite3_h" = xyes; then : - -- SQLITE_LIBS="$SQLITE_LIBS -lsqlite3 -lz" -+ SQLITE_LIBS="$SQLITE_LIBS -lsqlite3" - - - $as_echo "#define HAVE_SQLITE /**/" >>confdefs.h |