dovecot-2.2-pigeonhole: Fixed problem in `make distcheck`.
pigeonhole at rename-it.nl
pigeonhole at rename-it.nl
Thu May 9 16:40:31 EEST 2013
details: http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/9d76d51685e1
changeset: 1766:9d76d51685e1
user: Stephan Bosch <stephan at rename-it.nl>
date: Thu May 09 15:11:13 2013 +0200
description:
Fixed problem in `make distcheck`.
Added --disable-shared to DISTCHECK_CONFIGURE_FLAGS (in dovecot.m4) to prevent libtool from relinking the libraries.
diffstat:
m4/dovecot.m4 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 0163c45094a3 -r 9d76d51685e1 m4/dovecot.m4
--- a/m4/dovecot.m4 Thu May 02 21:37:36 2013 +0200
+++ b/m4/dovecot.m4 Thu May 09 15:11:13 2013 +0200
@@ -6,7 +6,7 @@
# unlimited permission to copy and/or distribute it, with or without
# modifications, as long as this notice is preserved.
-# serial 5
+# serial 6
AC_DEFUN([DC_DOVECOT_MODULEDIR],[
AC_ARG_WITH(moduledir,
@@ -70,7 +70,7 @@
cd $dovecotdir
abs_dovecotdir=`pwd`
cd $old
- DISTCHECK_CONFIGURE_FLAGS="--with-dovecot=$abs_dovecotdir --without-dovecot-install-dirs"
+ DISTCHECK_CONFIGURE_FLAGS="--with-dovecot=$abs_dovecotdir --without-dovecot-install-dirs --disable-shared"
eval `grep -i '^dovecot_[[a-z_]]*=' "$dovecotdir"/dovecot-config`
eval `grep '^LIBDOVECOT[[A-Z_]]*=' "$dovecotdir"/dovecot-config`
More information about the dovecot-cvs
mailing list