php: Update from 7.1 RC3 to RC4
[termux-packages] / packages / libandroid-support / build.sh
index e5f08bc..55276f8 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}.9
+TERMUX_PKG_VERSION=${TERMUX_NDK_VERSION}.10
 TERMUX_PKG_BUILD_IN_SRC=yes
 TERMUX_PKG_ESSENTIAL=yes
 
@@ -15,6 +15,9 @@ termux_step_post_extract_package () {
 
        cp $NDK/sources/android/support/include/* include/
        cp $NDK/sources/android/support/src/musl-locale/{libc.h,codepages.h,legacychars.h,jis0208.h,gb18030.h,big5.h,hkscs.h,ksc.h} include/
+
+       # Use up-to-date (Unicode 9) wcwidth:
+       cp $TERMUX_PKG_BUILDER_DIR/wcwidth.c $NDK/sources/android/support/src/musl-ctype/wcwidth.c
 }
 
 termux_step_make_install () {