dovecot-1.2: configure: clock_gettime()'s -lrt adding dropped ev...

dovecot at dovecot.org dovecot at dovecot.org
Mon Jul 27 13:32:49 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/cd29b745c8dd
changeset: 9266:cd29b745c8dd
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jul 27 06:32:42 2009 -0400
description:
configure: clock_gettime()'s -lrt adding dropped everything else from $LIBS.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
configure.in |    2 +-

diffs (12 lines):

diff -r 47449880c0b4 -r cd29b745c8dd configure.in
--- a/configure.in	Mon Jul 27 02:52:57 2009 -0400
+++ b/configure.in	Mon Jul 27 06:32:42 2009 -0400
@@ -367,7 +367,7 @@ AC_CHECK_FUNCS(fcntl flock lockf inet_at
 
 AC_CHECK_LIB(rt, clock_gettime, [
   AC_DEFINE(HAVE_CLOCK_GETTIME,, Define if you have the clock_gettime function)
-  LIBS="-lrt"
+  LIBS="$LIBS -lrt"
 ], [
   # OpenBSD
   AC_CHECK_FUNCS(clock_gettime)


More information about the dovecot-cvs mailing list