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.1 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/glib-networking/2.50/glib-networking-2.50.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/glib-networking/2.50/glib-networking-2.50.0.tar.xz
Download MD5 sum: 4d06d0224646f274918b1cb6da9a07f6
Download size: 428 KB
Estimated disk space required: 10 MB (with tests)
Estimated build time: 0.1 SBU (with tests)
GLib-2.52.3, GnuTLS-3.5.14 and gsettings-desktop-schemas-3.24.0
Certificate Authority Certificates and p11-kit-0.23.8
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/glib-networking
Install GLib Networking by running the following commands:
./configure --prefix=/usr             \
            --without-ca-certificates \
            --disable-static          &&
make
        To test the results, issue: make -k check.
          Now, as the root user:
        
make install
          --without-ca-certificates:
          This parameter forces use of PKCS #11 modules for TLS certificate
          validation instead of a bundle of certificates.
        
          --disable-static: This
          switch prevents installation of static versions of the libraries.
        
/usr/lib/gio/modules)
            Last updated on 2017-08-23 17:35:52 -0700