The GLib Networking package contains Network related gio modules for GLib.
This package is known to build and work properly using an LFS-7.6 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/glib-networking/2.40/glib-networking-2.40.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/glib-networking/2.40/glib-networking-2.40.1.tar.xz
Download MD5 sum: 505f8a40fad96944b292d1c48f4e5569
Download size: 360 KB
Estimated disk space required: 7.5 MB (additional 1.4 MB for the tests) MB
Estimated build time: 0.1 SBU (additional less than 0.1 SBU for the tests)
GnuTLS-3.3.7 and gsettings-desktop-schemas-3.12.2
Certificate Authority Certificates and p11-kit-0.20.6
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 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 2014-09-13 17:48:40 -0700