Age | Commit message (Collapse) | Author |
|
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
|
|
support
|
|
|
|
|
|
|
|
|
|
|
|
avoid kiling hugehelp.c when not built from CVS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the correct dynamic library names by default, and provides override switches
--with-ldap-lib, --with-lber-lib and --without-lber-lib. Added
CURL_DISABLE_LDAP to platform-specific config files to disable LDAP
support on those platforms that probably don't have dynamic OpenLDAP
libraries available to avoid compile errors.
|