The GLib Networking package contains Network related gio modules for GLib.
This package is known to build and work properly using an LFS-7.8 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/glib-networking/2.44/glib-networking-2.44.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/glib-networking/2.44/glib-networking-2.44.0.tar.xz
Download MD5 sum: 6989b20cf3b26dd5ae272e04a9acb0b3
Download size: 368 KB
Estimated disk space required: 6.7 MB
Estimated build time: 0.1 SBU
GnuTLS-3.4.4.1 and gsettings-desktop-schemas-3.16.1
Certificate Authority Certificates and p11-kit-0.23.1
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.
Last updated on 2015-09-10 20:43:58 -0700