diff options
author | Robert Nagy <robert@openbsd.org> | 2010-11-08 19:51:12 +0100 |
---|---|---|
committer | Robert Nagy <robert@openbsd.org> | 2010-11-08 20:03:32 +0100 |
commit | 597b633a4a58eb29e979281ac21dc7dd1bd2a4d7 (patch) | |
tree | b3f40c69f1676550accf11ac6fd4636bec0a76e8 | |
parent | 76da732f08226ee0c8a70f9dc41c82994c427766 (diff) |
JFW_PLUGIN_ARCH/server is needed on OpenBSD
-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 |