diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-04-06 11:56:20 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-04-06 11:56:20 +0000 |
commit | 115c99144920b9726a43b224e3224e31587eef64 (patch) | |
tree | c769f9023df1a0e8c8ecba728725fd0e0cd143e2 /net/samba3/files/patch-configure.in | |
parent | Link shared module with libintl to avoid this error: (diff) |
Update to 3.0.3.p2 (aka pre2), which containes
a lot of imporvements and bugfixes since 3.0.2a.
In addition following problems solved:
o linking agaist libiconv is mandatary now
o more ways of detecting Kerberos5 installation and
LIB_DEPENDS on Heimdal port if none is found -
should address problems with bentoo building as well
o fixed problem when port wasn't compilable when LDAP
wasn't chosen and ADS was.
Submitted by: Timur Bakeyev <timur@gnu.org> (maintainer)
PR: 65237
Notes
Notes:
svn path=/head/; revision=106309
Diffstat (limited to 'net/samba3/files/patch-configure.in')
-rw-r--r-- | net/samba3/files/patch-configure.in | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/net/samba3/files/patch-configure.in b/net/samba3/files/patch-configure.in index bdba5d47cd7c..88a46040b022 100644 --- a/net/samba3/files/patch-configure.in +++ b/net/samba3/files/patch-configure.in @@ -1,6 +1,14 @@ ---- configure.in.orig Sat Jan 31 04:40:54 2004 -+++ configure.in Sat Jan 31 04:43:23 2004 -@@ -4037,6 +4037,8 @@ +--- configure.in.orig Sun Apr 4 09:37:25 2004 ++++ configure.in Mon Apr 5 21:21:58 2004 +@@ -2983,7 +2983,6 @@ + + + dictpath="/usr/lib/cracklib_dict" +-with_cracklib=yes + ############################################### + # test for where we get FaciestCheck from + AC_MSG_CHECKING(where to use cracklib from (default=$dictpath)) +@@ -4118,6 +4117,8 @@ # the Linux version. WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_freebsd.o \ nsswitch/winbind_nss_linux.o" |