--- a/configure 2026-09-10 22:26:51.138468172 +0000 +++ b/configure 2026-09-10 22:27:03.298756289 +0000 @@ -15608,7 +15608,7 @@ # Current date should be fetched exactly once per build, # so have 'make' call date and pass the value to every 'gcc' call -MAKE_STAMP="\$(shell date +%s)" +MAKE_STAMP="0" # Check whether --enable-distcheck was given. @@ -17940,7 +17940,7 @@ echo " ${STABLE_RELEASE}" echo "};" echo "static char nftbuildstamp[] = {" - for ((i = 56; i >= 0; i-= 8)); do + for i in 56 48 40 32 24 16 8 0; do echo " ((uint64_t)MAKE_STAMP >> $i) & 0xff," done echo "};"