dovecot-2.0-pigeonhole: Fix CFLAGS and LIBS defines (patch by Ti...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Wed Apr 28 17:31:20 EEST 2010


details:   http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/463a250bcb29
changeset: 1260:463a250bcb29
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Wed Apr 28 16:16:50 2010 +0200
description:
Fix CFLAGS and LIBS defines (patch by Timo Sirainen).

diffstat:

 configure.in |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 30ccbe37ad21 -r 463a250bcb29 configure.in
--- a/configure.in	Tue Apr 20 01:16:18 2010 +0200
+++ b/configure.in	Wed Apr 28 16:16:50 2010 +0200
@@ -26,6 +26,8 @@
 
 DC_DOVECOT
 LIBDOVECOT_INCLUDE="$LIBDOVECOT_INCLUDE $LIBDOVECOT_STORAGE_INCLUDE" 
+CFLAGS="$DOVECOT_CFLAGS"
+LIBS="$DOVECOT_LIBS"
 AC_SUBST(LIBDOVECOT_INCLUDE)
 
 # Defome Sieve documentation install dir


More information about the dovecot-cvs mailing list