[Libreoffice-commits] .: jvmfwk/plugins
Caolán McNamara
caolan at kemper.freedesktop.org
Tue Feb 15 13:23:02 PST 2011
jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 33c1d4f21fd6704be59d5f09e2449b7f57a87812
Author: Hanno Meyer-Thurow <h.mth at web.de>
Date: Tue Feb 15 21:22:50 2011 +0000
search for server jvm if client jvm not found
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx b/jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx
index 0cc0f76..1af7c5e 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx
@@ -91,9 +91,7 @@ char const* const* SunInfo::getLibraryPaths(int* size)
static char const * ar[] = {
"/lib/" JFW_PLUGIN_ARCH "/client",
-#if defined(OPENBSD)
"/lib/" JFW_PLUGIN_ARCH "/server",
-#endif
"/lib/" JFW_PLUGIN_ARCH "/native_threads",
"/lib/" JFW_PLUGIN_ARCH
More information about the Libreoffice-commits
mailing list