]> git.pld-linux.org Git - packages/cvsnt.git/blob - cvsnt-system-ntlm.patch
rel 17
[packages/cvsnt.git] / cvsnt-system-ntlm.patch
1 --- cvsnt-2.5.04.2980/configure.in~     2008-03-27 00:22:45.000000000 +0200
2 +++ cvsnt-2.5.04.2980/configure.in      2008-03-27 00:29:40.212501593 +0200
3 @@ -1004,7 +1004,6 @@
4  AM_CONDITIONAL(SSPI_PROTOCOL_SUPPORT, test $acx_sspi = "yes")
5  if test x$acx_sspi = xyes; then
6    AC_DEFINE(SSPI_PROTOCOL_SUPPORT, [], [Support for :sspi:])
7 -  AC_CONFIG_SUBDIRS(protocols/ntlm)
8  fi
9  AC_MSG_RESULT($acx_sspi)
10  
11 --- cvsnt-2.5.04.2980/protocols/Makefile.am~    2006-08-18 00:10:05.000000000 +0300
12 +++ cvsnt-2.5.04.2980/protocols/Makefile.am     2008-03-27 00:35:53.073927679 +0200
13 @@ -79,9 +79,10 @@
14         sspi_unix.cpp \
15         common.cpp 
16  
17 -sspi_la_LDFLAGS = -module -avoid-version  -L$(DESTDIR)/$(libdir) ntlm/libntlm.la
18 +sspi_la_LDFLAGS = -module -avoid-version  -L$(DESTDIR)/$(libdir)
19 +sspi_la_LIBADD = -lntlm
20  
21 -sspi_ntlm = ntlm
22 +sspi_ntlm = 
23  
24  else
25  
26 --- cvsnt-2.5.04.2980/protocols/sspi_unix.cpp~  2006-06-07 20:13:00.000000000 +0300
27 +++ cvsnt-2.5.04.2980/protocols/sspi_unix.cpp   2008-03-27 00:40:10.336711703 +0200
28 @@ -20,7 +20,7 @@
29  #define MODULE sspi
30  
31  #include "common.h"
32 -#include "ntlm/ntlm.h"
33 +#include <ntlm.h>
34  #include "../version.h"
35  
36  static int sspi_connect(const struct protocol_interface *protocol, int verify_only);
This page took 0.1134 seconds and 3 git commands to generate.