diff options
author | Rob Austein <sra@hactrn.net> | 2008-03-28 22:06:14 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-03-28 22:06:14 +0000 |
commit | d59d3e4dc2fea94c3fde72614deddbff8b386484 (patch) | |
tree | 1dce720eb76b07af5f813c405c97eab6bc58452e /rcynic | |
parent | 5aa99a66a4cd1064eda1880879e034b7ae8058ac (diff) |
Switch to using OpenSSL HEAD snapshot, for the new CMS code
svn path=/openssl/Makefile; revision=1566
Diffstat (limited to 'rcynic')
-rw-r--r-- | rcynic/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |