]> git.pld-linux.org Git - packages/cvsnt.git/commitdiff
- link with system libntlm
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 26 Mar 2008 22:47:37 +0000 (22:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsnt-system-ntlm.patch -> 1.2

cvsnt-system-ntlm.patch

index b33e5e46138248dbe98c6314eb0f529dffd917d3..e52373952787f7c934fe99f50c3697d6930e40cb 100644 (file)
@@ -8,3 +8,18 @@
  fi
  AC_MSG_RESULT($acx_sspi)
  
+--- cvsnt-2.5.04.2980/protocols/Makefile.am~   2006-08-18 00:10:05.000000000 +0300
++++ cvsnt-2.5.04.2980/protocols/Makefile.am    2008-03-27 00:35:53.073927679 +0200
+@@ -79,9 +79,10 @@
+       sspi_unix.cpp \
+       common.cpp 
+-sspi_la_LDFLAGS = -module -avoid-version  -L$(DESTDIR)/$(libdir) ntlm/libntlm.la
++sspi_la_LDFLAGS = -module -avoid-version  -L$(DESTDIR)/$(libdir)
++sspi_la_LIBADD = -lntlm
+-sspi_ntlm = ntlm
++sspi_ntlm = 
+ else
This page took 0.113326 seconds and 4 git commands to generate.