Revision
4247 -
Directory Listing
-
[select for diffs]
Modified
Thu Jul 17 19:41:48 2014 UTC
(11 years, 1 month ago)
by
michael
Diff to
previous 3838
- m_server.c: fixed build with LibreSSL which hasn't compression support
- ax_check_openssl.m4: 0.9.8m is now the minimum requirement
Revision
2491 -
Directory Listing
-
[select for diffs]
Modified
Fri Oct 25 16:55:01 2013 UTC
(11 years, 10 months ago)
by
michael
Diff to
previous 2481
- Instead of forcefully adding
-Wall
-Wextra
-Wno-unused
-Wcast-qual
-Wcast-align
-Wbad-function-cast
-Wmissing-declarations
-Wmissing-prototypes
-Wnested-externs
-Wredundant-decls
-Wshadow
-Wwrite-strings
-Wundef
to CFLAGS, 'configure' now tests if the flags are understood by the compiler
Revision
2480 -
Directory Listing
-
[select for diffs]
Added
Wed Oct 23 16:05:41 2013 UTC
(11 years, 10 months ago)
by
michael
- Initial build system related modernizations
- Add -fstack-protector to CFLAGS if available