Age | Commit message (Collapse) | Author |
|
CFLAGS from common.dj already defines it.
|
|
|
|
|
|
|
|
|
|
library.
|
|
|
|
|
|
|
|
--enable-debug for this library.
|
|
|
|
|
|
|
|
quootes on UNIX-like shells vs DOS-like command interpreters.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
programs when cross-compiling for a *-*-mingw* host.
|
|
contributed a range of patches to fix them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
With the curl memory tracking feature decoupled from the debug build feature,
CURLDEBUG and DEBUGBUILD preprocessor symbol definitions are used as follows:
CURLDEBUG used for curl debug memory tracking specific code (--enable-curldebug)
DEBUGBUILD used for debug enabled specific code (--enable-debug)
|
|
with the low-level curl debug memory tracking 'feature' to allow decoupled
setting from --enable-debug.
|
|
|
|
|
|
|
|
|
|
|
|
issue with client certs that caused issues like segfaults.
http://curl.haxx.se/mail/lib-2009-05/0316.html
|
|
to detect gnutls build options with pkg-config only and not libgnutls-config
anymore since GnuTLS has stopped distributing that tool. If an explicit path
is given to configure, we will instead guess on how to link and use that
lib. I did not use the patch from the bug report.
|
|
|
|
|
|
|
|
|
|
included from Makefile.inc
|
|
|
|
buildconf.bat is only for CVS tree builds.
|
|
|
|
archives. Used as a sentinel file in buildconf.bat to differentiate CVS builds.
|
|
|
|
the makefile cannot depend on it
|
|
|