cicku / libproxy

Automatically exported from code.google.com/p/libproxy
GNU Lesser General Public License v2.1
1 stars 0 forks source link

Add cmake variable to always build pacrunner as a module #172

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, if only one pacrunner is built then it is built into the libproxy 
shared library. This can be undesirable because it introduces dependencies that 
can be quite heavy and that users may not necessarily need. It'd be nice if (at 
build time), the user could override this behaviour and ask that the single 
pacrunner still be built as a module.

  libproxy/cmake/modules.cmk:21

WDYT?

Original issue reported on code.google.com by i...@orangesquash.org.uk on 17 Feb 2012 at 10:10

GoogleCodeExporter commented 8 years ago
Sounds like a good idea to me.
Willing to work on a patch for that?
Otherwise I'll probably find some time in the upcoming weekend.

Original comment by dominiqu...@gmail.com on 1 Mar 2012 at 8:42

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r834.

Original comment by dominiqu...@gmail.com on 9 Mar 2012 at 6:02

GoogleCodeExporter commented 8 years ago
Thanks! Sorry I didn't get around to providing the patch myself.

Original comment by i...@orangesquash.org.uk on 10 Mar 2012 at 1:46