Skip to content
Snippets Groups Projects
Commit bd29c75d authored by Amin Bandali's avatar Amin Bandali
Browse files

snap: fix username lookup over https and likely some other tls uses

Without libssl-dev available in build time, we would fall back on
building our own from a locally-built libressl, which would have
incorrect paths for location of certificates: the resulting snap
would incorrectly try to look for certificates under
parts/jami/build/daemon/contrib/x86_64-linux-gnu/etc/ssl, which is
not available after build, instead of a more sensible /etc/ssl.

Change-Id: I76cb847d18561e29250d4b9d39d1993dabc9a864
parent 16c581b4
No related branches found
No related tags found
No related merge requests found
......@@ -302,6 +302,7 @@ parts:
- libspeex-dev
- libspeexdsp-dev
- libsrtp0-dev
- libssl-dev
- libswscale-dev
- libtool
- libudev-dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment