The GLib Networking package contains Network related gio modules for GLib.
This package is known to build and work properly using an LFS-7.2 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/glib-networking/2.34/glib-networking-2.34.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/glib-networking/2.34/glib-networking-2.34.2.tar.xz
Download MD5 sum: 7c95f09884d563e27937ac6185b03a8d
Download size: 340 KB
Estimated disk space required: 8.0 MB
Estimated build time: 0.1 SBU
GnuTLS-3.1.11 and gsettings-desktop-schemas-3.6.1
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/glib-networking
Install GLib Networking by running the following commands:
./configure --prefix=/usr \
--libexecdir=/usr/lib/glib-networking \
--with-ca-certificates=/etc/ssl/ca-bundle.crt \
--disable-static &&
make
To test the results, issue: make 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.
Last updated on 2013-02-11 18:51:17 +0000