[tor-commits] [orbot/master] fixing libevent broken ssl building

n8fr8 at torproject.org n8fr8 at torproject.org
Thu Jun 21 03:59:35 UTC 2012


commit aba382c581482e16c670cc564421691269b12573
Author: n8fr8 <nathan at freitas.net>
Date:   Wed May 9 00:43:33 2012 -0400

    fixing libevent broken ssl building
---
 external/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/external/Makefile b/external/Makefile
index 61742bf..1a7a3c5 100644
--- a/external/Makefile
+++ b/external/Makefile
@@ -93,7 +93,7 @@ libevent/Makefile:
 	cp config.sub libevent
 	cp config.guess libevent
 	cd libevent && \
- 		CC="$(CC)" AR="$(AR)" RANLIB=$(RANLIB) CFLAGS="$(CFLAGS) -I$(EXTERNAL_ROOT)/include" LDFLAGS="$(LDFLAGS)" LIBS="-L$(EXTERNAL_ROOT)/lib -lcrypto -lssl" \
+ 		CC="$(CC)" AR="$(AR)" RANLIB=$(RANLIB) CFLAGS="$(CFLAGS) -I$(EXTERNAL_ROOT)/include" LDFLAGS="$(LDFLAGS)" \
 			./configure \
 				--host=$(HOST) \
 				--disable-shared





More information about the tor-commits mailing list