mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8247589: Implementation of Alpine Linux/x64 Port
Co-authored-by: Mikael Vidstedt <mikael@openjdk.org> Co-authored-by: Alexander Scherbatiy <alexsch@openjdk.org> Co-authored-by: Axel Siebenborn <asiebenborn@openjdk.org> Co-authored-by: Aleksei Voitylov <avoitylov@openjdk.org> Reviewed-by: alanb, erikj, dholmes
This commit is contained in:
parent
9d230ea87d
commit
63009f90ec
30 changed files with 386 additions and 55 deletions
|
@ -230,6 +230,14 @@ RequiresSetenv(const char *jvmpath) {
|
|||
char *dmllp = NULL;
|
||||
char *p; /* a utility pointer */
|
||||
|
||||
#ifdef MUSL_LIBC
|
||||
/*
|
||||
* The musl library loader requires LD_LIBRARY_PATH to be set in order
|
||||
* to correctly resolve the dependency libjava.so has on libjvm.so.
|
||||
*/
|
||||
return JNI_TRUE;
|
||||
#endif
|
||||
|
||||
#ifdef AIX
|
||||
/* We always have to set the LIBPATH on AIX because ld doesn't support $ORIGIN. */
|
||||
return JNI_TRUE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue