summaryrefslogtreecommitdiff
path: root/net/samba/files/patch-ba
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-06-17 14:57:14 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-06-17 14:57:14 +0000
commitf8e5aa912a742b92160a93ba842c915a0b959e89 (patch)
tree171d594f97242bbfd15cd3d89b7870f97579c38b /net/samba/files/patch-ba
parentupdate to 1.8.2. (diff)
Update to 2.2.5 pre 1
Pretty soon 2.2.5 will be released and 2_2 will go into maintenance mode
Notes
Notes: svn path=/head/; revision=61423
Diffstat (limited to 'net/samba/files/patch-ba')
-rw-r--r--net/samba/files/patch-ba43
1 files changed, 0 insertions, 43 deletions
diff --git a/net/samba/files/patch-ba b/net/samba/files/patch-ba
index 35130d168337..2f7498be5179 100644
--- a/net/samba/files/patch-ba
+++ b/net/samba/files/patch-ba
@@ -1,39 +1,5 @@
--- source/configure.in.orig Thu May 2 20:02:46 2002
+++ source/configure.in Thu May 9 02:29:20 2002
-@@ -498,9 +498,23 @@
- ############################################
- # we need dlopen/dlclose/dlsym/dlerror for PAM, the password database plugins and the new VFS code
- AC_CHECK_FUNCS(dlopen)
-+case "$host_os" in
-+ *bsd*)
-+ AC_CHECK_LIB(c, dlopen, [LIBS="$LIBS -lc";
-+ AC_DEFINE(HAVE_DLOPEN)])
-+ ;;
-+esac
- if test x"$ac_cv_func_dlopen" = x"no"; then
-- AC_CHECK_LIB(dl, dlopen, [LIBS="$LIBS -ldl";
-- AC_DEFINE(HAVE_DLOPEN)])
-+ case "$host_os" in
-+ *bsd*)
-+ AC_CHECK_LIB(c, dlopen, [LIBS="$LIBS -lc";
-+ AC_DEFINE(HAVE_DLOPEN)])
-+ ;;
-+ *)
-+ AC_CHECK_LIB(dl, dlopen, [LIBS="$LIBS -ldl";
-+ AC_DEFINE(HAVE_DLOPEN)])
-+ ;;
-+ esac
- fi
- # dlopen/dlclose/dlsym/dlerror will be checked again later and defines will be set then
-
-@@ -870,6 +884,7 @@
- ;;
- *bsd*) BLDSHARED="true"
- LDSHFLAGS="-shared"
-+ DYNEXP="-Wl,--export-dynamic"
- SONAMEFLAG="-Wl,-soname,"
- PICFLAG="-fPIC"
- AC_DEFINE(STAT_ST_BLOCKSIZE,512)
@@ -1868,7 +1883,7 @@
yes)
AC_MSG_RESULT(yes)
@@ -43,12 +9,3 @@
CFLAGS="$CFLAGS -I$withval/include"
LDFLAGS="$LDFLAGS -L$withval/lib"
;;
-@@ -2042,7 +2057,7 @@
- yes)
- AC_MSG_RESULT(yes)
- AC_DEFINE(WITH_LDAP_SAM)
-- LIBS="-lldap -llber -lresolv $LIBS"
-+ LIBS="-lldap -llber $LIBS"
- with_smbpasswd_sam=no
- ;;
- *)