diff options
author | Robert Nagy <robert@openbsd.org> | 2010-11-08 19:51:12 +0100 |
---|---|---|
committer | Robert Nagy <robert@openbsd.org> | 2010-11-08 19:51:12 +0100 |
commit | e4e55e1bf998b9fcf8de6596e35bec4d0f3ff926 (patch) | |
tree | faf5997bc0bdfa6fe3b8f2f19c14d226b89c0f8a /jvmfwk | |
parent | 64718e39a085a01480d05e8fcb5ad86c6516d534 (diff) |
JFW_PLUGIN_ARCH/server is needed on OpenBSD
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx b/jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx index e1569b1eea31..81355dda210c 100644 --- a/jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx +++ b/jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx @@ -89,6 +89,9 @@ 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 |