aboutsummaryrefslogtreecommitdiffstats
path: root/out/config.sh
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2014-08-24 00:24:54 +0200
committerTharre <tharre3@gmail.com>2014-08-24 00:24:54 +0200
commit1e951a9f3b3c35cc108d45acd73147a8dda36f6c (patch)
treee9090b548b478477fe45470f6b2eb6782e4f715b /out/config.sh
parent3466aa6c7ca1ed05dc19e5fc92e230ddc1b17df3 (diff)
downloadredo-1e951a9f3b3c35cc108d45acd73147a8dda36f6c.tar.gz
redo-1e951a9f3b3c35cc108d45acd73147a8dda36f6c.tar.xz
redo-1e951a9f3b3c35cc108d45acd73147a8dda36f6c.zip
Replace openssl SHA1 functions with custom version
Diffstat (limited to 'out/config.sh')
-rw-r--r--out/config.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/out/config.sh b/out/config.sh
index c9f6776..a0a846d 100644
--- a/out/config.sh
+++ b/out/config.sh
@@ -4,5 +4,5 @@ else
PREF="gcc"
fi
CC=${CC-$PREF}
-CFLAGS="-g -Wall -Wextra -std=c99 -pedantic"
-LDFLAGS="-lcrypto -lm"
+CFLAGS="-g -Wall -Wextra -std=c99 -pedantic -Wno-gnu-statement-expression"
+LDFLAGS="-lm"