commit | 026c03b7f4758f626fced425ecbc9f60a4ca3af5 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sat Mar 28 17:53:03 2009 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sat Mar 28 17:53:03 2009 +0000 |
tree | 5b43a87e025c9965c8f3048379040285cd0794de | |
parent | ebb2bebbe2f9047a46ac165bdd2f72e860b1c183 [diff] [blame] |
- Made changes for better compatibility with old-style C compilers
diff --git a/programs/Makefile b/programs/Makefile index a87ae3e..8f3894e 100644 --- a/programs/Makefile +++ b/programs/Makefile
@@ -2,7 +2,7 @@ # To compile on SunOS: add "-lsocket -lnsl" to LDFLAGS # To compile on MinGW: add "-lws2_32" to LDFLAGS -CFLAGS = -I../include -D_FILE_OFFSET_BITS=64 +CFLAGS = -I../include -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement OFLAGS = -O LDFLAGS = -L../library -lpolarssl