commit 7e3bf3b33d9be23a2833276fef3f91b9ccff014c Author: Shondoit Walker shondoit@gmail.com Date: Wed Nov 16 21:37:20 2011 +0100
Changes $PATH variable for build-tor target so that openssl's dlls can be found and linked against. --- build-scripts/windows.mk | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk index 9cf24dc..8c2971f 100644 --- a/build-scripts/windows.mk +++ b/build-scripts/windows.mk @@ -106,6 +106,7 @@ TOR_DIR=$(FETCH_DIR)/tor-$(TOR_VER) TOR_CFLAGS="-O -g -I$(BUILT_DIR)/include" TOR_LDFLAGS="-L$(BUILT_DIR)/lib -L$(BUILT_DIR)/bin" TOR_OPTS=--enable-static-libevent --with-libevent-dir=$(BUILT_DIR)/lib --prefix=$(BUILT_DIR) +build-tor:PATH+=:$(BUILT_DIR)/bin build-tor: cd $(TOR_DIR) && CFLAGS=$(TOR_CFLAGS) LDFLAGS=$(TOR_LDFLAGS) ./configure $(TOR_OPTS) cd $(TOR_DIR) && make
tor-commits@lists.torproject.org