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.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
ä¸è½½å°åï¼HTTPï¼ï¼https://github.com/libproxy/libproxy/archive/0.5.12/libproxy-0.5.12.tar.gz
MD5 æ ¡éªåï¼db615bbae5c20eb209a2cdbfe62e0fa3
大å°ï¼60 KB
é¢è®¡æéç£ç空é´ï¼3.7 MB
é¢è®¡æå»ºæ¶é´ï¼å°äº 0.1 SBUï¼å«æµè¯ï¼
cURL-8.21.0, duktape-2.7.0, GLib-2.88.2, Gi-DocGen-2026.1, gsettings-desktop-schemas-50.1, and Vala-0.56.19
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