gsl: Update from 2.3 to 2.4
[termux-packages] / packages / libgnustl / build.sh
index ab832c8..a1ee5d6 100644 (file)
@@ -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/
 }