libcurl: Update from 7.54.1 to 7.55.0
[termux-packages] / packages / libunwind / build.sh
index 68b1f2b..67b9a86 100644 (file)
@@ -11,3 +11,9 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-tests --disable-coredump"
 termux_step_post_extract_package() {
        NOCONFIGURE=1 ./autogen.sh
 }
+
+termux_step_post_massage() {
+       # Hack to fix problem with building arm c++ code
+       # which should not use this libunwind:
+       rm $TERMUX_PREFIX/lib/libunwind*
+}