< prev index next >

make/solaris/makefiles/vm.make

Print this page

        

@@ -141,11 +141,11 @@
 endif # 505
 else
 LIBS += -lsocket -lsched -ldl $(LIBM) -lthread -lc -ldemangle
 endif # sparcWorks
 
-LIBS += -lkstat
+LIBS += -lkstat -lrt
 
 # By default, link the *.o into the library, not the executable.
 LINK_INTO$(LINK_INTO) = LIBJVM
 
 JDK_LIBDIR = $(JAVA_HOME)/lib/$(LIBARCH)
< prev index next >