From 6eced75599b2c74826f9b154f81b92250b38b98b Mon Sep 17 00:00:00 2001 From: fatbob313 Date: Wed, 24 Mar 2010 20:53:23 +0000 Subject: [PATCH] Revert bad checkin. --- src/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Makefile b/src/Makefile index fc82e2a..0d8fe77 100644 --- a/src/Makefile +++ b/src/Makefile @@ -9,16 +9,16 @@ OBJS:=$(patsubst %.c, %.o, $(SRCS)) #EXTRA_LDFLAGS:=$(LDFLAGS) -L/data/export/proj/openssl/lib/ -lcrypto -lssl # Debug -CFLAGS:=$(CFLAGS) -DDEBUG -g +# CFLAGS:=$(CFLAGS) -DDEBUG -g # ********** Debug stuff END ************ # Build support and link to PolarSSL # If PolarSSL is in a nonstandard place. -POLARSSL_LIB:=../../../polarssl/polarssl-0.12.1/library/libpolarssl.a -SSL_LIB:=$(POLARSSL_LIB) # If statically linking -POLARSSL_INCLUDE:=../../../polarssl/polarssl-0.12.1/include -EXTRA_CFLAGS:=-DUSE_POLARSSL -I$(POLARSSL_INCLUDE) +# POLARSSL_LIB:=../../../polarssl/polarssl-0.12.1/library/libpolarssl.a +# SSL_LIB:=$(POLARSSL_LIB) # If statically linking +# POLARSSL_INCLUDE:=../../../polarssl/polarssl-0.12.1/include +# EXTRA_CFLAGS:=-DUSE_POLARSSL -I$(POLARSSL_INCLUDE) # EXTRA_LDLAGS:=-lpolarssl -- 2.30.2