[tbb-commits] [tor-browser-build/master] Bug 26396: build mingw-w64-pthread with --no-insert-timestamp

gk at torproject.org gk at torproject.org
Mon Jun 18 12:24:37 UTC 2018


commit 5a43ceb3e0f3379f13764a8cd87d469fa7d774ed
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Mon Jun 18 11:44:39 2018 +0200

    Bug 26396: build mingw-w64-pthread with --no-insert-timestamp
---
 projects/mingw-w64/build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/projects/mingw-w64/build b/projects/mingw-w64/build
index 502ea94..1e25290 100644
--- a/projects/mingw-w64/build
+++ b/projects/mingw-w64/build
@@ -43,6 +43,7 @@ make install
 mkdir -p /var/tmp/build/builddir/mingw-w64/mingw-w64-pthread
 cd /var/tmp/build/builddir/mingw-w64/mingw-w64-pthread
 /var/tmp/build/[% project %]-[% c("version") %]/mingw-w64-libraries/winpthreads/configure \
+                 LDFLAGS="-Wl,--no-insert-timestamp" \
                  --host=[% c("arch") %]-w64-mingw32 --prefix=$distdir/[% c("arch") %]-w64-mingw32
 make -j[% c("buildconf/num_procs") %]
 make install



More information about the tbb-commits mailing list