summaryrefslogtreecommitdiff
path: root/net/samba3/files/patch-configure.in
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-07-03 12:46:41 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-07-03 12:46:41 +0000
commitd281f6efd9cd4d33ba800e7b1e57ebb9226548ea (patch)
treeea007d28d8a536cbb9cbcf4f1ac89bbfb376dd74 /net/samba3/files/patch-configure.in
parentUpgrading to 1.3.0. (diff)
Here I attach the patch that fixes mentioned 3 problems as well as few others:
* BUG 1315 - wbinfo -t unsuccessful on 3.0.4 * BUG 1319 - Cannot write to a share with write-list users * BUG 1345 - Macromedia Homesite cannot connect anymore after upgrade to 3.0.4 * Patch from Rudolf Cejka <cejkar@fit.vutbr.cz> - rpcclient does not recognize parameters in -c <command> correctly. * Patch from Joerg Pulz <Joerg.Pulz@frm2.tum.de> - fixes to samba.sh startup script. PR: ports/67865 Submitted by: edwin@mavetju.org,Rudolf Cejka <cejkar@fit.vutbr.cz>,Joerg Pulz <Joerg.Pulz@frm2.tum.de> Approved by: maintainer
Diffstat (limited to 'net/samba3/files/patch-configure.in')
-rw-r--r--net/samba3/files/patch-configure.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/samba3/files/patch-configure.in b/net/samba3/files/patch-configure.in
new file mode 100644
index 000000000000..9f38d6ecbfb6
--- /dev/null
+++ b/net/samba3/files/patch-configure.in
@@ -0,0 +1,16 @@
+--- configure.in.orig Thu Apr 29 09:34:48 2004
++++ configure.in Thu May 20 14:16:15 2004
+@@ -803,6 +803,13 @@
+ AC_DEFINE(HAVE_SIG_ATOMIC_T_TYPE,1,[Whether we have the atomic_t variable type])
+ fi
+
++AC_CACHE_CHECK([for optreset], samba_cv_var_optreset, [
++ AC_TRY_LINK([#include <unistd.h>],[optreset = 1],
++ [samba_cv_var_optreset=yes],[samba_cv_var_optreset=no])])
++if test x"$samba_cv_var_optreset" = x"yes"; then
++ AC_DEFINE(HAVE_OPTRESET,1,[Whether the system has optreset])
++fi
++
+ # stupid headers have the functions but no declaration. grrrr.
+ AC_HAVE_DECL(errno, [#include <errno.h>])
+ AC_HAVE_DECL(setresuid, [#include <unistd.h>])