Commit 347acf03 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack wasistlos: set GIO_MODULE_DIR for TLS support

parent e1ce3184
...@@ -34,3 +34,6 @@ if [ -f "$WEBKIT_LIB" ] ; then ...@@ -34,3 +34,6 @@ if [ -f "$WEBKIT_LIB" ] ; then
# /usr/lib/x86_64-linux-gnu/webkit2gtk-4.1 (40 chars) -> /opt/wasistlos/webkit2gtk-4.1 (30 chars) # /usr/lib/x86_64-linux-gnu/webkit2gtk-4.1 (40 chars) -> /opt/wasistlos/webkit2gtk-4.1 (30 chars)
patch_binary "$WEBKIT_LIB" "/usr/lib/x86_64-linux-gnu/webkit2gtk-4.1" "/opt/wasistlos/webkit2gtk-4.1" patch_binary "$WEBKIT_LIB" "/usr/lib/x86_64-linux-gnu/webkit2gtk-4.1" "/opt/wasistlos/webkit2gtk-4.1"
fi fi
# Set GIO_MODULE_DIR for TLS support (GnuTLS module for HTTPS)
echo 'GIO_MODULE_DIR=$APPDIR/usr/lib/x86_64-linux-gnu/gio/modules' >> "$BUILDROOT$PRODUCTDIR/.env"
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