pvk
2026-06-10 11:32:21 +00:00
parent 210a66b17f
commit e209bfffbf
4 changed files with 300 additions and 242 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
COMMENT = distributed and RESTful search engine
V = 3.6.0
V = 3.7.0
DISTNAME = opensearch-$V-linux-x64
PKGNAME = opensearch-$V
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (opensearch-3.6.0-linux-x64.tar.gz) = c2GLB1tZWn4a2GUuqS4D0e974rkDfg5qv1ghSuGtxcc=
SIZE (opensearch-3.6.0-linux-x64.tar.gz) = 1043009891
SHA256 (opensearch-3.7.0-linux-x64.tar.gz) = rk7fDoD/OO+eUCpRIAx/VOMTzEJ1Ag//W2B4kIFUYYQ=
SIZE (opensearch-3.7.0-linux-x64.tar.gz) = 1067177646
@@ -14,11 +14,13 @@ Index: bin/opensearch-env
SCRIPT="$0"
UNAME=$(uname -s)
@@ -44,7 +46,7 @@ if [[ -z "$OPENSEARCH_HOME" ]]; then
@@ -43,8 +45,8 @@ if [[ -z "$OPENSEARCH_HOME" ]]; then
OPENSEARCH_HOME=`dirname "$OPENSEARCH_HOME"`
fi
# now set the classpath
-# now set the classpath — include lib/* (core jars)
-OPENSEARCH_CLASSPATH="$OPENSEARCH_HOME/lib/*"
+# now set the classpath - include lib/* (core jars)
+OPENSEARCH_CLASSPATH="$OPENSEARCH_HOME/lib/*:${MODJAVA_JAR_DIR}/jna.jar:${MODJAVA_JAR_DIR}/jna-platform.jar"
# now set the path to java: OPENSEARCH_JAVA_HOME -> JAVA_HOME -> bundled JRE -> bundled JDK
File diff suppressed because it is too large Load Diff