Age | Commit message (Collapse) | Author |
|
|
|
|
|
$capath is known to configure, so it can be defined in config.h instead.
|
|
|
|
|
|
in the project.
|
|
|
|
|
|
removed unsused ldap module dependency since the module didnt autounload from protected address space.
|
|
|
|
|
|
|
|
|
|
|
|
updated external library versions to latest.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the configure script checks for openldap and friends and we link with those
libs just like we link all other third party libraries, and we no longer
dlopen() those libraries. Our private header file lib/ldap.h was renamed to
lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix)
just before this commit, just in case.
|
|
fixed link order in case libssh2 is build with zlib.
|
|
|
|
|
|
moved autounload flag so that its used for both lib architectures.
|
|
|
|
|
|
|
|
some more minor Makefile tidyups.
|
|
|
|
|
|
|
|
compiler versions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
added distclean target.
|
|
|
|
|
|
|
|
|
|
as appropriate for platforms that don't have autotools support
|