]> git.pld-linux.org Git - packages/samba.git/blame - samba-config.patch
- missing pl, cleanups, strict internal deps
[packages/samba.git] / samba-config.patch
CommitLineData
5d963d9b 1diff -urN samba-2.2.1.org/source/configure.in samba-2.2.1/source/configure.in
2--- samba-2.2.1.org/source/configure.in Tue Jul 10 02:12:50 2001
3+++ samba-2.2.1/source/configure.in Wed Jul 11 20:00:03 2001
4@@ -656,6 +656,11 @@
5 AC_DEFINE(HAVE_STRCASECMP))
39c53e2a
AM
6 fi
7
39c53e2a
AM
8+# Check for yp_get_default_domain in -lnsl (linux glibc2.1)
9+#
10+AC_LIBTESTFUNC(nsl, yp_get_default_domain)
39c53e2a 11+#
5d963d9b 12+
13 #
39c53e2a
AM
14 # Check for the functions putprpwnam, set_auth_parameters,
15 # getspnam, bigcrypt and getprpwnam in -lsec and -lsecurity
5d963d9b 16@@ -1630,7 +1635,7 @@
39c53e2a
AM
17 yes)
18 AC_MSG_RESULT(yes)
19 AC_DEFINE(WITH_PAM)
20- LIBS="$LIBS -lpam"
21+ LIBS="$LIBS -ldl -lpam -lpamc"
5d963d9b 22 with_pam_for_crypt=yes
39c53e2a
AM
23 ;;
24 *)
5d963d9b 25diff -urN samba-2.2.1.org/source/smbwrapper/smbsh.in samba-2.2.1/source/smbwrapper/smbsh.in
26--- samba-2.2.1.org/source/smbwrapper/smbsh.in Wed Oct 7 06:43:09 1998
27+++ samba-2.2.1/source/smbwrapper/smbsh.in Wed Jul 11 20:00:35 2001
b182d209 28@@ -1,6 +1,6 @@
29 #! /bin/sh
30
31-SMBW_LIBDIR=${SMBW_LIBDIR-@builddir@/smbwrapper}
32+SMBW_LIBDIR=${SMBW_LIBDIR-/lib/security}
33
34 if [ ! -f ${SMBW_LIBDIR}/smbwrapper.so ]; then
35 echo You need to set LIBDIR in smbsh
This page took 0.100429 seconds and 4 git commands to generate.