Libproxy
From CBLFS
Revision as of 16:09, 12 June 2009 by Michael.six (talk | contribs) (Created page with '{| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://libproxy.googlecode.com/files/libproxy-0.2.3.tar.gz |} ---- {{Package-Introduction|Libpr…')
Download Source: | http://libproxy.googlecode.com/files/libproxy-0.2.3.tar.gz |
---|
Contents
Introduction to Libproxy
Libproxy is a library that provides automatic proxy configuration management.
Project Homepage: http://code.google.com/p/libproxy/
Dependencies
Recommended
Optional
Configuration Information
--with-gnome Enables support for GConf |
--with-networkmanager Enables support for NetworkManager |
--with-wekbit Enables support for WebKit |
The following assumes that you have XULRunner installed and that pkg-config can find its .pc files. If either one of these things is not true, then omit setting the mozjs_* variables below and change --with-mozjs to --without-mozjs
Non-MultiLib
Compile the package:
export mozjs_CFLAGS="-DXP_UNIX `pkg-config libxul-unstable --cflags`" export mozjs_LIBS="`pkg-config libxul-unstable --libs`" ./configure --prefix=/usr --without-gnome --without-networkmanager --without-webkit --with-mozjs && make
Install the package:
make install