Commit Graph

6 Commits

Author SHA1 Message Date
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall 6988f30ee7 Bump c++-using packages 2018-06-26 13:29:06 +02:00
Fredrik Fornwall 2f3f18d144 patchelf: Update to git master (see #1706) 2017-10-26 00:32:04 +02:00
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 37832a5db1 patchelf: Switch to source from upstream
Switch from
  https://github.com/linux-on-android/patchelf
to the upstream project
  https://github.com/NixOS/patchelf
2017-04-30 11:28:48 +02:00
its-pointless 0c1943b893 Android Patchelf utility (#973) 2017-04-30 11:18:00 +02:00