[tor-commits] [tor-messenger-build/master] Fix libotr build for Windows
boklm at torproject.org
boklm at torproject.org
Thu Nov 27 21:09:30 UTC 2014
commit e46379af1123a9457df2105f591d7ea0b92f7ede
Author: Nicolas Vigier <boklm at torproject.org>
Date: Thu Nov 27 22:08:09 2014 +0100
Fix libotr build for Windows
---
projects/libotr/build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/libotr/build b/projects/libotr/build
index 626ae9b..cababa2 100644
--- a/projects/libotr/build
+++ b/projects/libotr/build
@@ -13,7 +13,7 @@ distdir=/tmp/dist/[% project %]
tar xf libotr-[% c('version') %].tar.gz
cd libotr-[% c('version') %]
./configure --prefix=$distdir [% c("var/configure_opt") %]
-make -j4
+make -j4 [% IF c("var/windows") %]LDFLAGS='-no-undefined -lssp'[% END %]
make prefix=$distdir install
cd /tmp/dist
[% c('tar', {
More information about the tor-commits
mailing list