1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-15 11:06:39 +00:00

updpkg(main/ndk-sysroot): don't include unicode ICU headers, as they collide with the libicu package

This commit is contained in:
Butta 2022-08-07 21:23:46 +05:30 committed by Henrik Grimler
parent 81fde79d74
commit 4d941b3e81
No known key found for this signature in database
GPG Key ID: B0076E490B71616B

View File

@ -20,6 +20,9 @@ termux_step_extract_into_massagedir() {
# replace vulkan headers with upstream version
rm -rf $TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/include/vulkan
# replace ICU headers with upstream version
rm -rf $TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/include/unicode
patch -d $TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/include/c++/v1 -p1 < $TERMUX_PKG_BUILDER_DIR/math-header.diff
# disable for now
# patch -d $TERMUX_PKG_MASSAGEDIR/$TERMUX_PREFIX/ -p1 < $TERMUX_PKG_BUILDER_DIR/gcc_fixes.diff