From d59d3e4dc2fea94c3fde72614deddbff8b386484 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 28 Mar 2008 22:06:14 +0000 Subject: Switch to using OpenSSL HEAD snapshot, for the new CMS code svn path=/openssl/Makefile; revision=1566 --- rcynic/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rcynic') diff --git a/rcynic/Makefile b/rcynic/Makefile index cfddd7ad..34dc882a 100644 --- a/rcynic/Makefile +++ b/rcynic/Makefile @@ -2,7 +2,9 @@ OPENSSL_DIR = ../openssl/openssl -CFLAGS = -g -I${OPENSSL_DIR}/include -Wall -Werror -Wshadow -Wmissing-prototypes -Wmissing-declarations +# Disable -Werror as long as we're using OpenSSL snapshots. + +CFLAGS = -g -I${OPENSSL_DIR}/include -Wall -Wshadow -Wmissing-prototypes -Wmissing-declarations LDFLAGS = -static # -H -Wl,-t -- cgit v1.2.3