]> git.pld-linux.org Git - packages/samba.git/blobdiff - samba-config.patch
- support <asm/statfs.h> and <sys/statfs.h> conflict on alpha,ppc,sparc too
[packages/samba.git] / samba-config.patch
index 18603862b518a028140f923ca68292758d93a8aa..116ca816d864d7d673b5f5b23616f27f090a0fe8 100644 (file)
@@ -1,54 +1,30 @@
-diff -urN samba-2.0.7.org/source/configure.in samba-2.0.7/source/configure.in
---- samba-2.0.7.org/source/configure.in        Thu Oct 19 00:01:24 2000
-+++ samba-2.0.7/source/configure.in    Fri Oct 20 21:17:32 2000
-@@ -444,6 +444,11 @@
+diff -urN samba-2.2.1.org/source/configure.in samba-2.2.1/source/configure.in
+--- samba-2.2.1.org/source/configure.in        Tue Jul 10 02:12:50 2001
++++ samba-2.2.1/source/configure.in    Wed Jul 11 20:00:03 2001
+@@ -656,6 +656,11 @@
+               AC_DEFINE(HAVE_STRCASECMP))
  fi
  
- #
 +# Check for yp_get_default_domain in -lnsl (linux glibc2.1)
 +#
 +AC_LIBTESTFUNC(nsl, yp_get_default_domain)
-+
 +#
++
+ #
  # Check for the functions putprpwnam, set_auth_parameters,
  # getspnam, bigcrypt and getprpwnam in -lsec and -lsecurity
- # Needed for OSF1 and HPUX.
-@@ -1292,7 +1297,7 @@
+@@ -1630,7 +1635,7 @@
    yes)
      AC_MSG_RESULT(yes)
      AC_DEFINE(WITH_PAM)
 -    LIBS="$LIBS -lpam"
 +    LIBS="$LIBS -ldl -lpam -lpamc"
+     with_pam_for_crypt=yes
      ;;
    *)
-     AC_MSG_RESULT(no)
-@@ -1368,7 +1374,7 @@
-   yes)
-     AC_MSG_RESULT(yes)
-     AC_DEFINE(WITH_SSL)
--    withval="/usr/local/ssl"     # default
-+    withval="/usr"     # default
-     if test "${with_sslinc+set}" = set; then
-@@ -1376,12 +1382,11 @@
-       case "$withval" in
-       yes|no)
-         echo "configure: warning: --with-sslinc called without argument - will use default" 1>&w
--        CFLAGS="-I/usr/local/ssl/include $CFLAGS"
-+        CFLAGS="-I/usr/include/openssl $CFLAGS"
-         LIBS="-lssl -lcrypto $LIBS"
--        LDFLAGS="=L/usr/local/ssl/lib $LDFLAGS"
-       ;;
-         * )
--          CFLAGS="-I${withval}/include $CFLAGS"
-+          CFLAGS="-I${withval}/include/openssl $CFLAGS"
-         LIBS="-lssl -lcrypto $LIBS"
-         LDFLAGS="-L${withval}/lib $LDFLAGS"
-       ;;
-diff -urN samba-2.0.7.org/source/smbwrapper/smbsh.in samba-2.0.7/source/smbwrapper/smbsh.in
---- samba-2.0.7.org/source/smbwrapper/smbsh.in Thu Oct 19 00:01:27 2000
-+++ samba-2.0.7/source/smbwrapper/smbsh.in     Fri Oct 20 21:16:46 2000
+diff -urN samba-2.2.1.org/source/smbwrapper/smbsh.in samba-2.2.1/source/smbwrapper/smbsh.in
+--- samba-2.2.1.org/source/smbwrapper/smbsh.in Wed Oct  7 06:43:09 1998
++++ samba-2.2.1/source/smbwrapper/smbsh.in     Wed Jul 11 20:00:35 2001
 @@ -1,6 +1,6 @@
  #! /bin/sh
  
This page took 0.091496 seconds and 4 git commands to generate.