Contents
/usr/lib/gio/modules
)
The GLib Networking package contains Network related gio modules for GLib.
This package is known to build and work properly using an LFS-8.3 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/glib-networking/2.56/glib-networking-2.56.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/glib-networking/2.56/glib-networking-2.56.1.tar.xz
Download MD5 sum: 456572f1e8fea32ef747541d64508a8e
Download size: 164 KB
Estimated disk space required: 4.8 MB (with tests)
Estimated build time: 0.1 SBU (with tests)
GLib-2.56.1, GnuTLS-3.5.19, and gsettings-desktop-schemas-3.28.0
make-ca-0.8 and p11-kit-0.23.13
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/glib-networking
Install GLib Networking by running the following commands:
mkdir build && cd build && meson --prefix=/usr \ -Dlibproxy_support=false \ -Dca_certificates_path=/etc/ssl/ca-bundle.crt .. && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
For using the PKCS #11 modules, the GIO_USE_TLS
variable should be set in the
environment. This can be added to the Bash Startup Files (as the
root
user):
cat > /etc/profile.d/gio.sh << "EOF"
# Begin gio.sh
export GIO_USE_TLS=gnutls-pkcs11
# End gio.sh
EOF
/usr/lib/gio/modules
)
Last updated on 2018-08-20 13:08:58 -0700