Merge pull request #7874 from mpsuzuki/fix-posix-date

POSIX does not request "date" command to support "-R" option.
pull/7886/head
Daniel Pouzzner 2024-08-20 00:42:52 -05:00 committed by GitHub
commit c4f978ffc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ AS_IF([ test -n "$CFLAG_VISIBILITY" ], [
AM_CFLAGS="$AM_CFLAGS $CFLAG_VISIBILITY"
])
WOLFSSL_BUILD_DATE=$(date -R)
WOLFSSL_BUILD_DATE=$(LC_TIME=C date +"%a, %d %b %Y %T %z")
AC_SUBST([WOLFSSL_BUILD_DATE])