Commit Graph

10 Commits

Author SHA1 Message Date
Fredrik Fornwall
552362a78a Some http -> https updates 2018-09-15 01:46:16 +02:00
Fredrik Fornwall
bf80ff2f10 boost: Update from 1.67.0 to 1.68.0 2018-08-14 12:19:31 +02:00
Fredrik Fornwall
b5ece43ae9 Bump c++-using packages 2018-06-26 13:29:06 +02:00
Fredrik Fornwall
b9d56e004e Rebuild boost-using packages 2018-05-14 03:12:05 +02:00
Fredrik Fornwall
2556636c9d ledger&ncmpcpp: Rebuild after boost update 2017-09-24 23:15:10 +02:00
Fredrik Fornwall
1b3f3ebde9 Drop need of setting TERMUX_PKG_FOLDERNAME
Instead figure out the top level source folder ourselves.
2017-09-20 00:48:04 +02:00
Stephen
9e35a05851 add libgmp dependency to ledger
#1169
2017-09-07 22:42:52 +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
6185d1ba9a ledger: Note dependency on libmpfr
Also remove adding -std=c++ to CXXFLAGS as the ledger build takes
care of that itself.
2017-05-07 00:44:36 +02:00
its-pointless
3da609002a ledger and its dependancy utf8cpp (#976)
* ledger and its dependancy utf8cpp

fix typo

compiles python lib

enable icu in ledger

* simplify everything for now
2017-05-06 23:48:01 +02:00