Leonid Plyushch
9711b01b2b
termux-elf-cleaner: update to v1.5
Now it no longer removes GNU version sections.
6 years ago
Leonid Plyushch
e400c23415
termux-elf-cleaner: update to v1.4
Provides fix for Android 5.
6 years ago
Leonid Plyushch
43fcb0c598
termux-elf-cleaner: update to v1.3
6 years ago
Leonid Plyushch
1b8fca7c3e
fix licenses where possible
Some packages have license set to "custom" and this
should be fixed.
6 years ago
Leonid Plyushch
037bcf9566
add licenses for more packages
6 years ago
Fredrik Fornwall
0c3e72d69f
termux-elf-cleaner: Update from 1.1 to 1.2
7 years ago
Fredrik Fornwall
1b3f3ebde9
Drop need of setting TERMUX_PKG_FOLDERNAME
Instead figure out the top level source folder ourselves.
7 years ago
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.
8 years ago
Fredrik Fornwall
bd54a46a80
Fix termux-elf-cleaner breakage
When separating out termux-elf-cleaner into its own repository the
way of building a native binary failed. Fixes #906 .
8 years ago
Fredrik Fornwall
0085c3b7a4
termux-elf-cleaner: Move to standalone repo
8 years ago
Fredrik Fornwall
3725e48ba4
termux-elf-cleaner: Use correct constant
8 years ago
Fredrik Fornwall
2497d95791
Strip libc.so before linking against it
This avoids creating unwanted sections in the built ELF files that
causes issues when removed.
Fixes #412 .
8 years ago
Fredrik Fornwall
36f4c5d719
Move over elf.h to termux-elf-cleaner
This allows building termux-elf-cleaner on OS X
9 years ago
Fredrik Fornwall
0ae97c5e98
termux-tools: Quote $@ when sending from wrappers
Fixes https://github.com/termux/termux-api/issues/18
9 years ago