freebsd-ports/net/samba3/files/patch-lib__replace__libreplace.m4
Timur I. Bakeyev 43160f58a8 Upgrade port to the 3.0.34 version. Major enhancements included in Samba:
o Fix update of machine account passwords.
  o Fix SMB signing issue on Windows Vista with MS Hotfix KB955302.
  o Fix Winbind crashes.
  o Correctly detect if the current dc is the closest one.
  o Add saf_join_store() function to memorize the dc used at join time.
    This avoids problems caused by replication delays shortly after domain
    joins.
  o Fix write list in setups using "security = share".
2009-01-20 18:40:43 +00:00

10 lines
345 B
Text

--- ./lib/replace/libreplace.m4.orig 2009-01-19 10:40:09.000000000 +0000
+++ ./lib/replace/libreplace.m4 2009-01-20 15:50:59.000000000 +0000
@@ -332,7 +332,6 @@
m4_include(strptime.m4)
m4_include(win32.m4)
m4_include(timegm.m4)
-m4_include(repdir.m4)
AC_CHECK_FUNCS([syslog memset memcpy],,[AC_MSG_ERROR([Required function not found])])