[rfc] Let the classloader search for system libraries, don't hard-code DEFAULT_LIBPATH
Steve Langasek
steve.langasek at ubuntu.com
Thu Mar 24 09:11:12 PDT 2011
On Thu, Mar 24, 2011 at 03:51:29PM +0100, Matthias Klose wrote:
> --- openjdk/hotspot/src/os/linux/vm/os_linux.cpp~ 2011-03-24 14:21:07.503057001 +0100
> +++ openjdk/hotspot/src/os/linux/vm/os_linux.cpp 2011-03-24 14:38:06.443059044 +0100
> @@ -352,7 +352,11 @@
> * ...
> * 7: The default directories, normally /lib and /usr/lib.
> */
> +#ifdef DEB_MULTIARCH
> +#define DEFAULT_LIBPATH "/usr/lib/jni/" DEB_MULTIARCH ":/lib/" DEB_MULTIARCH ":/usr/lib/" DEB_MULTIARCH ":/usr/lib/jni:/lib:/usr/lib"
> +#else
> #define DEFAULT_LIBPATH "/usr/lib/jni:/lib:/usr/lib"
> +#endif
>
> #define EXTENSIONS_DIR "/lib/ext"
> #define ENDORSED_DIR "/lib/endorsed"
I think this first path should be "/usr/lib/" DEB_MULTIARCH "/jni" instead
for multiarch.
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
Ubuntu Developer http://www.debian.org/
slangasek at ubuntu.com vorlon at debian.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 828 bytes
Desc: Digital signature
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20110324/91d7d380/attachment.bin
More information about the distro-pkg-dev
mailing list