mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
. Mark as FORBIDDEN for releases without the MAP_STACK fix (or where that fix isn't detectable), since kernel panics may result there.
13 lines
425 B
C++
13 lines
425 B
C++
$FreeBSD$
|
|
|
|
--- hotspot/src/os/bsd/vm/os_bsd.cpp.orig 2010-02-21 20:07:54.000000000 -0800
|
|
+++ hotspot/src/os/bsd/vm/os_bsd.cpp 2010-02-21 20:08:41.000000000 -0800
|
|
@@ -358,7 +358,7 @@
|
|
* 7: The default directories, normally /lib and /usr/lib.
|
|
*/
|
|
#ifndef DEFAULT_LIBPATH
|
|
-#define DEFAULT_LIBPATH "/lib:/usr/lib"
|
|
+#define DEFAULT_LIBPATH "/lib:/usr/lib:%%LOCALBASE%%/lib"
|
|
#endif
|
|
|
|
#define EXTENSIONS_DIR "/lib/ext"
|