commit a2f0773cc2111d3c77a7d4f1d1dbc552d3e39e14 Author: Nicolas Vigier boklm@torproject.org Date: Fri Oct 16 01:08:28 2015 +0200
libotr: set SOURCE_DATE_EPOCH --- projects/libotr/build | 1 + 1 file changed, 1 insertion(+)
diff --git a/projects/libotr/build b/projects/libotr/build index 3aa8443..30ec46c 100755 --- a/projects/libotr/build +++ b/projects/libotr/build @@ -14,6 +14,7 @@ mkdir -p /var/tmp/build tar -C /var/tmp/build -xf libotr-[% c('version') %].tar.gz cd /var/tmp/build/libotr-[% c('version') %] patch -p1 < $rootdir/bugs-otr-im-72.patch +export SOURCE_DATE_EPOCH=$(stat -c %Y ChangeLog) ./configure --prefix=$distdir [% c("var/configure_opt") %] make -j4 [% IF c("var/windows") %]LDFLAGS='-no-undefined -lssp'[% END %] make prefix=$distdir install
tor-commits@lists.torproject.org