On Sun, 2006-06-18 at 12:27 -0700, Mario Nigrovic wrote:
Timo -
Compiling either of the two latest versions fails at ntlm. I'm using the exact same build script I've always used, so I'm not sure how to proceed. I can't find a --without-ntlm switch to add to configure...
+ ./configure --prefix=/home/mario/tools/SunOS --with-gnu-ld=/_TOOLS_/dist/gnu-gcc-3.4.3-binutils-2.15/sparc-sun-solaris2.8/bin/ld --enable-shared --disable-nls --disable-ipv6 --without-vpopmail --without-pop3d
Config.h includes: /* Define to 1 if you have the
header file. */ /* #undef HAVE_STDINT_H */ But src/lib-ntlm/ntlm-des.c just blindly includes stdint.h anyway. This is a change from beta 8.
This'll fix it:
diff -u -r1.1.2.1 ntlm-des.c
--- src/lib-ntlm/ntlm-des.c 16 Jun 2006 10:25:07 -0000 1.1.2.1
+++ src/lib-ntlm/ntlm-des.c 18 Jun 2006 19:46:56 -0000
@@ -6,8 +6,7 @@
* This software is released under the MIT license.
*/
-#include