diff --git a/netty-tcnative/2.0.65/build_netty.sh b/netty-tcnative/2.0.65/build_netty.sh index 7998c01b..f69b51e2 100644 --- a/netty-tcnative/2.0.65/build_netty.sh +++ b/netty-tcnative/2.0.65/build_netty.sh @@ -319,7 +319,7 @@ case "$DISTRO" in "rhel-8.6" | "rhel-8.8" | "rhel-8.9" | "rhel-9.0" | "rhel-9.2" | "rhel-9.3") printf -- "Installing %s %s for %s \n" "$PACKAGE_NAME" "$PACKAGE_VERSION" "$DISTRO" |& tee -a "$LOG_FILE" printf -- "Installing dependencies... it may take some time.\n" - sudo yum install -y ninja-build cmake perl gcc gcc-c++ libarchive openssl-devel apr-devel autoconf automake libtool make tar git wget curl maven golang curl libstdc++-static.s390x xz-devel gzip libcryptui-devel python3-devel patch |& tee -a "${LOG_FILE}" + sudo yum install -y ninja-build cmake perl gcc gcc-c++ libarchive openssl-devel apr-devel autoconf automake libtool make tar git wget curl maven golang libstdc++-static.s390x xz-devel gzip libcryptui-devel python3-devel patch |& tee -a "${LOG_FILE}" configureAndInstall |& tee -a "${LOG_FILE}" ;; "sles-12.5")