After #11, building libnvram for arm with newer compilers (i.e., arm-linux-musleabi-gcc (GCC) 11.2.1 20211120) adds a runtime dependency on the libc-provided __stat_time64 symbol:
nm -D libnvram/libnvram.so.armel | grep 'U '
...
U __stat_time64
This will break the library if it's used in older firmware where this symbol isn't provided by the firmware's libc; in this case an error will be raised when the library is loaded:
can't resolve symbol '__stat_time64'