X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=scripts%2Flttng-ust%2Fbuild.sh;h=842206cc8e9b805fe68940e28f76227c189de34b;hb=247873aa5832b9bab44ea94c068f295f5e1a0d72;hp=68fd2da49a71ea5ff20433f7cf1851df4625f4ce;hpb=edb65c65fb7185bdb0b29513fba19e6348bb76f3;p=lttng-ci.git diff --git a/scripts/lttng-ust/build.sh b/scripts/lttng-ust/build.sh index 68fd2da..842206c 100755 --- a/scripts/lttng-ust/build.sh +++ b/scripts/lttng-ust/build.sh @@ -204,7 +204,7 @@ if [[ -f /etc/products.d/SLES.prod ]] ; then export PATH="/usr/${LIBDIR_ARCH}/jvm/java-1.8.0-openjdk-1.8.0/bin:/usr/${LIBDIR_ARCH}/jvm/jre-1.8.0-openjdk/bin:${PATH}" # Used by automake SLES_VERSION="$(grep -E '' /etc/products.d/SLES.prod | grep -E -o '[0-9]+\.[0-9]+')" - if vergte "${SLES_VERSION}" "15.5" ; then + if vergte "${SLES_VERSION}" "15.4" ; then export CLASSPATH='/usr/share/java/log4j/log4j-api.jar:/usr/share/java/log4j/log4j-core.jar:/usr/share/java/log4j12/log4j-12.jar' fi fi