diff options
Diffstat (limited to 'java/jdk13/files/patch-vm.make')
-rw-r--r-- | java/jdk13/files/patch-vm.make | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/java/jdk13/files/patch-vm.make b/java/jdk13/files/patch-vm.make new file mode 100644 index 000000000000..79cd4bc4d9a0 --- /dev/null +++ b/java/jdk13/files/patch-vm.make @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- ../../hotspot1.3.1/build/linux/makefiles/vm.make.orig Tue Oct 7 16:47:45 2003 ++++ ../../hotspot1.3.1/build/linux/makefiles/vm.make Tue Oct 7 16:47:57 2003 +@@ -115,7 +115,7 @@ + + #--billh + #LIBS += -lnsl -lm -ldl -lpthread +-LIBS = -lm -lc_r ++LIBS = -lm -pthread + + JVM = jvm$(G_SUFFIX) + LIBJVM = lib$(JVM).so |