blob: 2c62ca19efef1a215cfb4693d2c0146e86d79bc5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$FreeBSD$
--- ../../hotspot/build/bsd/makefiles/vm.make.orig Sun Jul 29 23:03:30 2007
+++ ../../hotspot/build/bsd/makefiles/vm.make Sun Jul 29 23:03:30 2007
@@ -67,7 +67,7 @@
# Extra flags from gnumake's invocation or environment
CFLAGS += $(EXTRA_CFLAGS)
-LIBS += -lm -pthread
+LIBS += -lm ${PTHREAD_LIBS}
# By default, link the *.o into the library, not the executable.
LINK_INTO$(LINK_INTO) = LIBJVM
|