From: Alastair McKinstry Date: Fri, 21 Oct 2016 18:01:25 +0000 (+0000) Subject: reproducible-build X-Git-Tag: archive/raspbian/2.1.1-7+rpi1~1^2^2^2^2^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=aa79e4b2d8512d06a4611514e192c8b1ccd1f9cd;p=openmpi.git reproducible-build Gbp-Pq: Name reproducible-build.patch --- diff --git a/ompi/debuggers/ompi_msgq_dll.c b/ompi/debuggers/ompi_msgq_dll.c index 6e9a0d65..ca542a64 100644 --- a/ompi/debuggers/ompi_msgq_dll.c +++ b/ompi/debuggers/ompi_msgq_dll.c @@ -189,7 +189,7 @@ int mqs_version_compatibility (void) char *mqs_version_string (void) { return "Open MPI message queue support for parallel" - " debuggers compiled on " __DATE__; + " debuggers, Debian version "; } /* mqs_version_string */ /* So the debugger can tell what interface width the library was compiled with */