diff options
Diffstat (limited to 'patches/non-linux-ports.patch')
-rw-r--r-- | patches/non-linux-ports.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/patches/non-linux-ports.patch b/patches/non-linux-ports.patch index b290dafaad..14b69f41c4 100644 --- a/patches/non-linux-ports.patch +++ b/patches/non-linux-ports.patch @@ -7,10 +7,10 @@ Status wrt upstream: Forwarded, will be in 3.0.26 Note: Upstream would probably welcome patches allowing to build on new architectures. As this patch is the most often broken by new upstream releases, everybody would benefit from it. -Index: samba-3.0.27a/source/configure.in +Index: samba-3.0.28a/source/configure.in =================================================================== ---- samba-3.0.27a.orig/source/configure.in -+++ samba-3.0.27a/source/configure.in +--- samba-3.0.28a.orig/source/configure.in ++++ samba-3.0.28a/source/configure.in @@ -769,6 +769,15 @@ fi ;; @@ -48,7 +48,7 @@ Index: samba-3.0.27a/source/configure.in BLDSHARED="true" if test "${ac_cv_gnu_ld_no_default_allow_shlib_undefined}" = "yes"; then LDSHFLAGS="-shared -Wl,-Bsymbolic -Wl,--allow-shlib-undefined" -@@ -5428,7 +5440,7 @@ +@@ -5467,7 +5479,7 @@ AC_MSG_RESULT(yes); case "$host_os" in @@ -57,7 +57,7 @@ Index: samba-3.0.27a/source/configure.in AC_CACHE_CHECK([for linux sendfile64 support],samba_cv_HAVE_SENDFILE64,[ AC_TRY_LINK([#include <sys/sendfile.h>], [\ -@@ -5733,11 +5745,11 @@ +@@ -5772,11 +5784,11 @@ SMB_KRB5_LOCATOR="bin/smb_krb5_locator.$SHLIBEXT" case "$host_os" in |