X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/a922c73f42cb4ed25897d4accb19da453196b9d0..2acdf510bec5d68278739360e85ed910b064511d:/packages/libgnustl/build.sh diff --git a/packages/libgnustl/build.sh b/packages/libgnustl/build.sh index ab832c8e..a1ee5d62 100644 --- a/packages/libgnustl/build.sh +++ b/packages/libgnustl/build.sh @@ -8,7 +8,11 @@ TERMUX_PKG_VERSION=$TERMUX_NDK_VERSION # dependency on it. TERMUX_PKG_ESSENTIAL=yes -termux_step_make_install () { - # Just bump timestamp to have it packaged. - touch $TERMUX_PREFIX/lib/libgnustl_shared.so +termux_step_post_massage () { + # We take the library here after massage step to + # avoid stripping the library after running termux-elf-cleaner, + # which causes a broken library (program compiled on the + # device linking to the library will segfault, at least on aarch64). + mkdir lib + cp $TERMUX_PREFIX/lib/libgnustl_shared.so lib/ }