]> granicus.if.org Git - pdns/commitdiff
Don't link everything with librt on Solaris 10
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Thu, 7 May 2015 20:17:29 +0000 (22:17 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Thu, 7 May 2015 20:18:02 +0000 (22:18 +0200)
Now that we detect that we need to link in librt
for clock_gettime, this is not needed anymore.

configure.ac

index b2cea28e344a65c625f896b0de978257f3514609..807b64e4a374a1a5a24f78bf90a0dce74e74834f 100644 (file)
@@ -144,7 +144,7 @@ THREADFLAGS=""
 
 case "$host_os" in
 solaris2.10)
-  LIBS="-lposix4 -lpthread $RT_LIBS $LIBS"
+  LIBS="-lposix4 -lpthread $LIBS"
   CXXFLAGS="-D_REENTRANT $CXXFLAGS"
   have_solaris="yes"
   ;;