# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/xfsprogs/hotfix-icu4c.patch # Copyright (C) 2025 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- xfsprogs-6.13.0/configure.vanilla 2025-03-06 13:26:25.007904555 +0100 +++ xfsprogs-6.13.0/configure 2025-03-06 13:33:40.224375526 +0100 @@ -20968,7 +20968,7 @@ ac_status=$? printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_libicu_LIBS=`$PKG_CONFIG --libs "icu-i18n" 2>/dev/null` + pkg_cv_libicu_LIBS=`$PKG_CONFIG --libs "icu-i18n,icu-uc" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -20989,9 +20989,9 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - libicu_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "icu-i18n" 2>&1` + libicu_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "icu-i18n,icu-uc" 2>&1` else - libicu_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "icu-i18n" 2>&1` + libicu_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "icu-i18n,icu-uc" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$libicu_PKG_ERRORS" >&5