imagemagick: Bump minor version
[termux-packages] / packages / libandroid-support / build.sh
index 7971237..65ecc43 100755 (executable)
@@ -1,7 +1,7 @@
 TERMUX_PKG_HOMEPAGE=https://developer.android.com/tools/sdk/ndk/index.html
 TERMUX_PKG_DESCRIPTION="Library extending the Android C library (Bionic) for additional multibyte, locale and math support"
 # Increase last digit each time a patch changes.
-TERMUX_PKG_VERSION=${TERMUX_NDK_VERSION}
+TERMUX_PKG_VERSION=${TERMUX_NDK_VERSION}.4
 TERMUX_PKG_BUILD_IN_SRC=yes
 TERMUX_PKG_ESSENTIAL=yes
 
@@ -23,7 +23,8 @@ termux_step_post_extract_package () {
                        src/musl-locale/strcoll_l.c \
                        src/musl-locale/strxfrm_l.c \
                        src/musl-locale/wcscoll_l.c \
-                       src/musl-locale/wcsxfrm_l.c
+                       src/musl-locale/wcsxfrm_l.c \
+                       src/locale/uselocale.c
        fi
 }