Commit 2b98dcfe authored by Jérome Perrin's avatar Jérome Perrin

software/beremiz-ide: set OPENSSL_ROOT_DIR to slapos' openssl

otherwise it probably uses system's openssl.

Setting rpath seems not needed because we are using
-DBUILD_SHARED_LIBS=OFF here.
parent 64b718a7
Pipeline #24290 failed with stage
......@@ -55,6 +55,7 @@ configure-options =
-DUA_ENABLE_SUBSCRIPTIONS=ON
-DUA_NAMESPACE_ZERO=REDUCED
-DUA_ENABLE_ENCRYPTION=OPENSSL
-DOPENSSL_ROOT_DIR=${openssl:location}
shared = false
post-install =
mkdir -p @@LOCATION@@/build/bin
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment