The GLib Networking package contains Network related gio modules for GLib.
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/glib-networking/2.38/glib-networking-2.38.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/glib-networking/2.38/glib-networking-2.38.2.tar.xz
Download MD5 sum: 99293f58a8256214b2b9b331afeb1aee
Download size: 356 KB
Estimated disk space required: 8.5 MB
Estimated build time: 0.1 SBU
GnuTLS-3.2.11 and gsettings-desktop-schemas-3.10.1
Certificate Authority Certificates and p11-kit-0.20.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. Note that some tests fail due to recent changes in GnuTLS.
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-02-25 11:00:30 -0800