The Samba-Bugzilla – Attachment 5481 Details for
Bug 7231
vfs_tsmsm not built automatically
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for 3.4 and for 3.5.
0001-s3-build-Fix-automatic-building-of-vfs_tsmsm-if-gpfs.patch (text/plain), 903 bytes, created by
Michael Adam
on 2010-03-10 04:42:45 UTC
(
hide
)
Description:
Patch for 3.4 and for 3.5.
Filename:
MIME Type:
Creator:
Michael Adam
Created:
2010-03-10 04:42:45 UTC
Size:
903 bytes
patch
obsolete
>From 9113e14b291c10c824d2d8ea5cb28ffc0adcb63b Mon Sep 17 00:00:00 2001 >From: Michael Adam <obnox@samba.org> >Date: Mon, 8 Mar 2010 22:32:41 +0100 >Subject: [PATCH] s3:build: Fix automatic building of vfs_tsmsm if gpfs and dmapi are present. > >Michael >--- > source3/configure.in | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/source3/configure.in b/source3/configure.in >index 436f708..f0dabbf 100644 >--- a/source3/configure.in >+++ b/source3/configure.in >@@ -2700,7 +2700,7 @@ fi > > # Add TSM SM VFS module only if there are both GPFS and DMAPI support > # Theoretically it should work with AIX JFS2 too but this needs testing >-if test x"$samba_cv_HAVE_GPFS" = x"yes" && test x"$samba_dmapi_libs" != x"" ; then >+if test x"$ac_cv_header_gpfs_gpl_h" = x"yes" && test x"$samba_dmapi_libs" != x"" ; then > default_shared_modules="$default_shared_modules vfs_tsmsm" > fi > >-- >1.6.3.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
metze
:
review+
Actions:
View
Attachments on
bug 7231
: 5481