Skip to content
Snippets Groups Projects
Commit 60770df2 authored by Erinn Clark's avatar Erinn Clark
Browse files

change --enable-gcc-warnings to --enable-gcc-warnings-advisory until it works...

change --enable-gcc-warnings to --enable-gcc-warnings-advisory until it works properly on 64-bit osx
parent 03cbc1aa
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ build-libevent: build-zlib build-openssl $(LIBEVENT_DIR)
TOR_CFLAGS="-O -g -arch $(ARCH_TYPE) -I$(BUILT_DIR)/include $(MIN_VERSION) $(CF_MIN_VERSION)"
TOR_LDFLAGS="-L$(BUILT_DIR)/lib $(LD_MIN_VERSION)"
TOR_OPTS=-- enable-gcc-warnings --enable-static-openssl --enable-static-libevent --with-openssl-dir=$(BUILT_DIR)/lib --with-libevent-dir=$(BUILT_DIR)/lib --prefix=$(BUILT_DIR) --disable-dependency-tracking $(CC)
TOR_OPTS=--enable-gcc-warnings-advisory --enable-static-openssl --enable-static-libevent --with-openssl-dir=$(BUILT_DIR)/lib --with-libevent-dir=$(BUILT_DIR)/lib --prefix=$(BUILT_DIR) --disable-dependency-tracking $(CC)
build-tor: build-zlib build-openssl build-libevent $(TOR_DIR)
cd $(TOR_DIR) && CFLAGS=$(TOR_CFLAGS) LDFLAGS=$(TOR_LDFLAGS) ./configure $(TOR_OPTS)
cd $(TOR_DIR) && make -j $(NUM_CORES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment