From bc30741215072342a5077852e1eb8350cd679cd8 Mon Sep 17 00:00:00 2001 From: Laurent BEIGBEDER Date: Mon, 8 Jul 2024 16:36:48 +0200 Subject: [PATCH] compilation gsoap avec SSL --- COTS/build_cots.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COTS/build_cots.sh b/COTS/build_cots.sh index a538452..3a79675 100755 --- a/COTS/build_cots.sh +++ b/COTS/build_cots.sh @@ -106,7 +106,7 @@ buildCOTS ${FILE_NAME} "${FILE_CONF_OPT}" "${MAKE_OPTIONS}" #Installation of 'gsoap' library - Used by TREPS to build a client to the 3DView Web Service GSOAP_NAME="gsoap-2.8.17" GSOAP_DIR=${TREPS_COTS_INSTALL_DIR}/gsoap -GSOAP_CONF_OPT="--prefix=${GSOAP_DIR} --disable-ssl" +GSOAP_CONF_OPT="--prefix=${GSOAP_DIR}" buildCOTS ${GSOAP_NAME} "${GSOAP_CONF_OPT}" "${MAKE_OPTIONS}" [ ${?} -ne 0 ] && echo "Error detected." && exit 1 -- libgit2 0.21.2