[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser-build/master] projects/tor: add missing libevent on OSX
commit a9b07efe8c554ecf323d6afd2aa9af73009105b6
Author: Nicolas Vigier <boklm@xxxxxxxxxxxxxx>
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") %]
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits