Commit bc30741215072342a5077852e1eb8350cd679cd8

Authored by Laurent BEIGBEDER
1 parent a28d6f31
Exists in master

compilation gsoap avec SSL

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
COTS/build_cots.sh
... ... @@ -106,7 +106,7 @@ buildCOTS ${FILE_NAME} "${FILE_CONF_OPT}" "${MAKE_OPTIONS}"
106 106 #Installation of 'gsoap' library - Used by TREPS to build a client to the 3DView Web Service
107 107 GSOAP_NAME="gsoap-2.8.17"
108 108 GSOAP_DIR=${TREPS_COTS_INSTALL_DIR}/gsoap
109   -GSOAP_CONF_OPT="--prefix=${GSOAP_DIR} --disable-ssl"
  109 +GSOAP_CONF_OPT="--prefix=${GSOAP_DIR}"
110 110 buildCOTS ${GSOAP_NAME} "${GSOAP_CONF_OPT}" "${MAKE_OPTIONS}"
111 111 [ ${?} -ne 0 ] && echo "Error detected." && exit 1
112 112  
... ...