Please note this patch requires applying the lua one first. ** Branch linked: lp:~klondike/adchpp/adchpp
-- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to ADCH++. https://bugs.launchpad.net/bugs/1132714 Title: Allow using the system boost libraries Status in ADCH++: New Bug description: Similar as done with lua, if the system already provides a boost implementation there is no reason to try to use the bundled ones unless they are very old. The attached patch adds the systemboost variable which when set to yes will make the build system try to use the system provided boost libraries instead of the bundled ones. The reasoning is mostly the same as with lua since it will decerease slightly the final size and also make it easier to use newer version of boost if needed. To manage notifications about this bug go to: https://bugs.launchpad.net/adchpp/+bug/1132714/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~linuxdcpp-team Post to : linuxdcpp-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~linuxdcpp-team More help : https://help.launchpad.net/ListHelp