The libproxy package is a library that provides automatic proxy configuration management. This is useful in standardizing a way of dealing with proxy settings across all scenarios.
This package is known to build and work properly using an LFS 13.0 platform.
Download (HTTP): https://github.com/libproxy/libproxy/archive/0.5.12/libproxy-0.5.12.tar.gz
Download MD5 sum: db615bbae5c20eb209a2cdbfe62e0fa3
Download size: 60 KB
Estimated disk space required: 3.7 MB
Estimated build time: less than 0.1 SBU (with tests)
cURL-8.18.0, duktape-2.7.0, GLib-2.86.4, Gi-DocGen-2026.1, gsettings-desktop-schemas-49.1, and Vala-0.56.18
Install libproxy by running the following commands:
mkdir build &&
cd build &&
meson setup .. \
--prefix=/usr \
-D release=true &&
ninja
To test the results, issue: ninja test.
Now, as the root user:
ninja install
Still as the root user, remove the
useless static library:
rm /usr/lib/libproxy.a