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 11.3 platform.
Download (HTTP): https://download.gnome.org/sources/glib-networking/2.74/glib-networking-2.74.0.tar.xz
Download MD5 sum: 7fc6ca153af0833fdf5c65044a3f7c42
Download size: 272 KB
Estimated disk space required: 8.9 MB (with tests)
Estimated build time: 0.1 SBU (with tests)
gsettings-desktop-schemas-43.0 (for the applications using this package to use proxy server settings in GNOME) and make-ca-1.12
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/glib-networking
Install GLib Networking by running the following commands:
mkdir build &&
cd    build &&
meson --prefix=/usr       \
      --buildtype=release &&
ninja
        
          To test the results, issue: ninja
          test. One test named connection-gnutls-tls1.2 is known to fail with
          GnuTLS 3.7.8 or later.
        
          Now, as the root user:
        
ninja install
          --buildtype=release:
          Specify a buildtype suitable for stable releases of the package, as
          the default may produce unoptimized binaries.
        
/usr/lib/gio/modules)