boost: Update 6 2023/head
authorCarlos Miguel Ferreira <carlosmf.pt@gmail.com>
Wed, 25 Nov 2015 10:35:47 +0000 (10:35 +0000)
committerCarlos Miguel Ferreira <carlosmf.pt@gmail.com>
Sun, 29 Nov 2015 00:49:25 +0000 (00:49 +0000)
commit36e0d6664c25833817d8e850269413400633d65a
treebdbb1d9a3e8389e69679e42c955a7af4db54db1c
parentde147bf869918224537ddc15b7cac7be0c366823
boost: Update 6

Minor fixes:
 - CoRoutine2 selector requires that a GCC v5 compiler or better is selected
   - coroutine2 requires C++14
 - The Makefile was not alowing the libraries to be compiled with both
   statically and shared, at the same time. There are now two seperate options,
   allowing to select which version is wanted.
 - The Makefile was also not allowing to compile both single thread and multi-
   thread versions. Again, two seperate options now exist.
 - There is also the option to build another set of libraries with debug support
   which is good for development.
 - These options are important for those who whish to build an OpenWRT SDK.

Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
libs/boost/Makefile