commit aba382c581482e16c670cc564421691269b12573 Author: n8fr8 nathan@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
tor-commits@lists.torproject.org