Skip to content

Commit 50c298f

Browse files
Vladimir Petkoshipilev
authored andcommitted
8369450: [Ubuntu 25.10] openjdk fails to build due to rust-coreutils date
Backport-of: b73228b51c1b1c59c8cd8ee7b14522edc12d564a
1 parent db4391b commit 50c298f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/autoconf/basic_tools.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ AC_DEFUN_ONCE([BASIC_SETUP_COMPLEX_TOOLS],
378378
379379
# Check if it's a GNU date compatible version
380380
AC_MSG_CHECKING([if date is a GNU compatible version])
381-
check_date=`$DATE --version 2>&1 | $GREP "GNU\|BusyBox"`
381+
check_date=`$DATE --version 2>&1 | $GREP "GNU\|BusyBox\|uutils"`
382382
if test "x$check_date" != x; then
383383
AC_MSG_RESULT([yes])
384384
IS_GNU_DATE=yes

0 commit comments

Comments
 (0)