From b9b83e11422cef8136701fdd19d351185ab13d59 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 4eed940941..a5b9a14493 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