Skip to content

Commit

Permalink
Merge pull request #7874 from mpsuzuki/fix-posix-date
Browse files Browse the repository at this point in the history
POSIX does not request "date" command to support "-R" option.
  • Loading branch information
douzzer committed Aug 20, 2024
2 parents e562a1c + e417091 commit c4f978f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])


Expand Down

0 comments on commit c4f978f

Please sign in to comment.