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-7.10 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/glib-networking/2.48/glib-networking-2.48.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/glib-networking/2.48/glib-networking-2.48.2.tar.xz
Download MD5 sum: d7cf81d52c856b0c66f7821021f40e08
Download size: 384 KB
Estimated disk space required: 9.1 MB (with tests)
Estimated build time: 0.2 SBU (with tests)
GLib-2.48.2, GnuTLS-3.5.3 and gsettings-desktop-schemas-3.20.0
Certificate Authority Certificates and p11-kit-0.23.2
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/glib-networking
Install GLib Networking by running the following commands:
./configure --prefix=/usr                                 \
            --with-ca-certificates=/etc/ssl/ca-bundle.crt \
            --disable-static                              &&
make
        To test the results, issue: make -k check.
          Now, as the root user:
        
make install
          --with-ca-certificates=/etc/ssl/ca-bundle.crt:
          This parameter specifies where the trusted root certificates are
          located.
        
          --disable-static: This
          switch prevents installation of static versions of the libraries.
        
/usr/lib/gio/modules)
            Last updated on 2016-08-27 21:19:37 -0700