[tbb-commits] [tor-browser-build/master] projects/tor: add missing libevent on OSX

boklm at torproject.org boklm at torproject.org
Wed Feb 15 16:20:27 UTC 2017


commit a9b07efe8c554ecf323d6afd2aa9af73009105b6
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Wed Feb 15 17:12:29 2017 +0100

    projects/tor: add missing libevent on OSX
---
 projects/tor/build | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/projects/tor/build b/projects/tor/build
index 088c486..040693e 100644
--- a/projects/tor/build
+++ b/projects/tor/build
@@ -53,6 +53,10 @@ chmod 700 "$distdir"/Tor/*.so*
 export LD_LIBRARY_PATH="$distdir/Tor/"
 [% END %]
 
+[% IF c("var/osx") %]
+cp $libeventdir/lib/libevent-*.dylib $TORBINDIR/
+[% END %]
+
 cd /var/tmp/build/[% project %]-[% c('version') %]
 ./autogen.sh
 find -type f -print0 | xargs -0 [% c("var/touch") %]





More information about the tbb-commits mailing list