Package: chrony
Version: 1.21z-3
Severity: normal
Tags: patch

As documented at http://rerun.lefant.net/checklib/ and the linked pages.

Upstream probably won't want to change this, as the "disease" is necessary on
some old platforms.  However, it really shohuld be fixed for Debian.

Easy to fix; the problem lies in chrony's hand-rolled configure script.
Patch follows:
--- configure   2005-08-11 16:32:54.000000000 -0400
+++ configure.new       2006-10-10 19:23:26.000000000 -0400
@@ -324,7 +324,7 @@
 
 if [ $feat_readline = "1" ]; then
   READLINE_COMPILE="-DFEAT_READLINE=1 $readline_inc"
-  READLINE_LINK="$readline_lib $ncurses_lib -lreadline -lncurses"
+  READLINE_LINK="$readline_lib $ncurses_lib -lreadline"
 else
   READLINE_COMPILE=""
   READLINE_LINK=""


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to