[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r20828: {projects} Update to match current attempts. (projects/android/trunk/Orbot)
Author: ioerror
Date: 2009-10-24 23:36:52 -0400 (Sat, 24 Oct 2009)
New Revision: 20828
Modified:
projects/android/trunk/Orbot/BUILD
Log:
Update to match current attempts.
Modified: projects/android/trunk/Orbot/BUILD
===================================================================
--- projects/android/trunk/Orbot/BUILD 2009-10-25 03:26:54 UTC (rev 20827)
+++ projects/android/trunk/Orbot/BUILD 2009-10-25 03:36:52 UTC (rev 20828)
@@ -48,12 +48,16 @@
export DROID_ROOT=~/mydroid/
export DROID_TARGET=generic
+# XXX TODO:
+# Do we need this?
Build zlib:
cd ~/mydroid/external/zlib
export ZLIBDIR=`pwd`
CC=droid-gcc LD=droid-ld ./configure
make
+# XXX TODO:
+# Do we need this?
Build openssl:
cd ~/mydroid/external/openssl/include/openssl/
export OPENSSLDIR=`pwd`
@@ -63,10 +67,11 @@
Fetch and build libevent:
cd ~/mydroid/external/libevent
- svn co https://levent.svn.sourceforge.net/svnroot/levent .
- cd trunk/libevent/
+ svn co https://levent.svn.sourceforge.net/svnroot/levent/tags/release-1.4.12-stable/libevent/ .
export LIBEVENTDIR=`pwd`
./autogen.sh
+ # http://pastebin.ca/1577159
+ patch < /tmp/libevent-patch
CC=droid-gcc LD=droid-ld ./configure --host=arm-none-linux-gnueabi
make