From 06c89585067fef79d2521a739dea75e565bf8979 Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Tue, 23 Oct 2018 18:28:59 +0200 Subject: added ssl to linux deploy --- deploy-linux.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy-linux.sh b/deploy-linux.sh index 4e92b95..303dfe0 100755 --- a/deploy-linux.sh +++ b/deploy-linux.sh @@ -70,6 +70,10 @@ cp --no-dereference $LIBDIR/libicuuc.so* lib cp --no-dereference $LIBDIR/libicui18n.so* lib cp --no-dereference $LIBDIR/libicudata.so* lib +# add openssl from the build system, as this seems to create some problems if the wrong version +cp --no-dereference $LIBDIR/libssl.so* lib +cp --no-dereference $LIBDIR/libcrypto.so* lib + # add Qt plugins used by TikZiT cp -R $PLUGINDIR/platforms plugins cp -R $PLUGINDIR/imageformats plugins -- cgit v1.2.3