Leonid Pliushch
c091cdc962
termux-elf-cleaner: update to v1.5
...
Now it no longer removes GNU version sections.
2019-03-12 14:20:07 +02:00
Leonid Pliushch
858c73d75a
termux-elf-cleaner: update to v1.4
...
Provides fix for Android 5.
2019-03-04 14:58:10 +02:00
Leonid Pliushch
1631d65ff1
termux-elf-cleaner: update to v1.3
2019-02-26 01:23:27 +02:00
Leonid Pliushch
6a3865aa08
fix licenses where possible
...
Some packages have license set to "custom" and this
should be fixed.
2019-01-21 17:17:53 +02:00
Leonid Pliushch
46d333adba
add licenses for more packages
2019-01-21 17:17:53 +02:00
Fredrik Fornwall
a4d5a47c30
termux-elf-cleaner: Update from 1.1 to 1.2
2017-11-04 22:25:27 +01:00
Fredrik Fornwall
51c7760090
Drop need of setting TERMUX_PKG_FOLDERNAME
...
Instead figure out the top level source folder ourselves.
2017-09-20 00:48: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
386c84693b
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 .
2017-04-06 23:33:45 +02:00
Fredrik Fornwall
d2c4f7c6e0
termux-elf-cleaner: Move to standalone repo
2017-04-04 23:14:39 +02:00
Fredrik Fornwall
3725e48ba4
termux-elf-cleaner: Use correct constant
2016-09-26 13:51:00 +02:00
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 .
2016-09-24 19:30:20 -04:00
Fredrik Fornwall
36f4c5d719
Move over elf.h to termux-elf-cleaner
...
This allows building termux-elf-cleaner on OS X
2016-04-24 21:42:57 +02:00
Fredrik Fornwall
0ae97c5e98
termux-tools: Quote $@ when sending from wrappers
...
Fixes https://github.com/termux/termux-api/issues/18
2016-04-19 10:28:08 -04:00