mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-07 19:33:20 +00:00
termux-elf-cleaner: update to v1.5
Now it no longer removes GNU version sections.
This commit is contained in:
@@ -121,7 +121,7 @@ termux_step_start_build() {
|
||||
termux_download \
|
||||
"https://raw.githubusercontent.com/termux/termux-elf-cleaner/v$TERMUX_ELF_CLEANER_VERSION/termux-elf-cleaner.cpp" \
|
||||
"$TERMUX_ELF_CLEANER_SRC" \
|
||||
ad66652e26ae2379b4b3137b6fca16241cf0247b9fbdaeb0974b000cd87e1a1a
|
||||
69a849c41a5160044d38eb2b16f44525eeebb753a08efbd9e846bc5bdbfea5b1
|
||||
if [ "$TERMUX_ELF_CLEANER_SRC" -nt "$TERMUX_ELF_CLEANER" ]; then
|
||||
g++ -std=c++11 -Wall -Wextra -pedantic -Os -D__ANDROID_API__=$TERMUX_PKG_API_LEVEL \
|
||||
"$TERMUX_ELF_CLEANER_SRC" -o "$TERMUX_ELF_CLEANER"
|
||||
|
||||
Reference in New Issue
Block a user