From aa6a4cebac641c15c6929edcff79de67e1f51531 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 10 Mar 2010 12:48:32 +0100 Subject: [PATCH] Add -lrt to Solaris links --- bacula/autoconf/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index b20d1f6af1..54813d42ee 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -2908,7 +2908,7 @@ solaris) if test x$DISTVER = x5.6 ; then AC_DEFINE(HAVE_OLD_SOCKOPT) fi - LIBS="$LIBS -lresolv" + LIBS="$LIBS -lresolv -lrt" ;; suse) DISTVER=`cat /etc/SuSE-release |grep VERSION|\ -- 2.39.5