linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #06629
[Bug 1132714] [NEW] Allow using the system boost libraries
Public bug reported:
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.
** Affects: adchpp
Importance: Wishlist
Status: New
** Patch added: "Patch to allow using the system boost instead of the embedded one. Copyright assigned to Jacek Sieka."
https://bugs.launchpad.net/bugs/1132714/+attachment/3545958/+files/use_system_boost.patch
--
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
Follow ups
References