Details
-
Technical task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
Description
open62541 sets a timestamp in its code. This leads to not identical builds
qtopcua/src/3rdparty/open62541/open62541.c
#ifdef UA_PACK_DEBIAN conf->buildInfo.buildNumber = UA_STRING_ALLOC("deb"); #else conf->buildInfo.buildNumber = UA_STRING_ALLOC(__DATE__ " " __TIME__); #endif
It is possible to avoid this by defining UA_PACK_DEBIAN