Commit Graph

8 Commits

Author SHA1 Message Date
Fredrik Fornwall
e7f446519c boost: Fix building with NDK r15c 2017-08-08 11:13:48 +02:00
Fredrik Fornwall
1253c3b21a boost: Bumpt revision after arm c++ changes 2017-07-27 03:19:31 +02:00
Fredrik Fornwall
d946e67c5b Transition from gnustl to libc++
This will make things as std::to_string() and other C++ features
work with a modern and supported C++ library.

We package up libc++_shared.so and bump the revision of every C++
using package to make it rebuild against it.

Users who have built C++ using libraries or programs will probably
need to rebuild them if they are linked against Termux-supplied
libraries, as user code was previously linked against gnustl while
the system libraries are now using libc++, and it's not a good idea
to mix C++ standard libraries in a program.
2017-07-14 00:23:37 +02:00
Fredrik Fornwall
038726c5d4 Two minor cleanups 2017-05-07 01:11:48 +02:00
Fredrik Fornwall
9514000c02 boost: Build without libicu
As libicu is a rather heavy dependency we avoid it for now - it can
always be added on demand.
2017-05-07 00:39:50 +02:00
Fredrik Fornwall
5a69a4d971 boost: Disable python for now 2017-05-04 22:14:23 +02:00
Fredrik Fornwall
867026592b boost: Use a more informative description 2017-05-04 22:05:22 +02:00
its-pointless
4bb4b3767d Boost libs (#974)
* Boost libs

* boost.python build fix from Vishal

* set -std=c++11 so libicu works
2017-05-04 00:00:01 +02:00