Commit Graph

8 Commits

Author SHA1 Message Date
Fredrik Fornwall 6c29aaa1c7 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 ce92cc4c5d Stand in srcdir for termux_step_pre_configure 2017-05-11 01:01:20 +02:00
Fredrik Fornwall 544181cd4f Use more source checksums 2017-03-27 01:56:11 +02:00
Fredrik Fornwall c31bc082ab libcln: Fix clang build - hopefully for real 2017-01-18 00:42:05 +01:00
Fredrik Fornwall 093bb798f1 libcln: Patch to build with clang 2017-01-15 19:38:37 +01:00
Fredrik Fornwall 1aad91bd95 libcln: Depend on libgmp 2016-09-08 15:35:37 -04:00
Fredrik Fornwall 5a7db8c682 libcln: Use -DNO_ASM for arm build
Also use tabs for indentation.
2016-09-08 11:00:56 -04:00
David Martínez 94f1c11e25 Add Qalculate package (#393) 2016-09-08 15:23:31 +02:00