]> git.pld-linux.org Git - packages/samba.git/blame_incremental - samba-config.patch
- more specific Requires
[packages/samba.git] / samba-config.patch
... / ...
CommitLineData
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))
6 fi
7
8+# Check for yp_get_default_domain in -lnsl (linux glibc2.1)
9+#
10+AC_LIBTESTFUNC(nsl, yp_get_default_domain)
11+#
12+
13 #
14 # Check for the functions putprpwnam, set_auth_parameters,
15 # getspnam, bigcrypt and getprpwnam in -lsec and -lsecurity
16@@ -1630,7 +1635,7 @@
17 yes)
18 AC_MSG_RESULT(yes)
19 AC_DEFINE(WITH_PAM)
20- LIBS="$LIBS -lpam"
21+ LIBS="$LIBS -ldl -lpam -lpamc"
22 with_pam_for_crypt=yes
23 ;;
24 *)
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
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.028134 seconds and 4 git commands to generate.