diff options
Diffstat (limited to 'net/samba2/patches/patch-aa')
-rw-r--r-- | net/samba2/patches/patch-aa | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net/samba2/patches/patch-aa b/net/samba2/patches/patch-aa deleted file mode 100644 index 7263872679a..00000000000 --- a/net/samba2/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.6 2004/01/11 00:44:35 jlam Exp $ - ---- configure.in.orig Fri Feb 28 15:56:18 2003 -+++ configure.in Sun Mar 16 09:01:24 2003 -@@ -2033,6 +2033,10 @@ - # we can't build a pam module if we don't have pam. - AC_CHECK_LIB(pam, pam_get_data, [AC_DEFINE(HAVE_LIBPAM)]) - -+dnl Checks for libraries. -+AC_CHECK_LIB(c, __libc_sched_setscheduler, PAM_NEEDS_LIBC=, PAM_NEEDS_LIBC=-lc) -+AC_SUBST(PAM_NEEDS_LIBC) -+ - ################################################# - # check for pam_smbpass support - AC_MSG_CHECKING(whether to use pam_smbpass) |