diff options
author | Volker Lendecke <vl@samba.org> | 2010-03-08 17:59:35 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-01-21 10:10:02 +0100 |
commit | b5d882f5173e616dd2342f0d42f48847b6d4f2e5 (patch) | |
tree | 2ed790b6d4911d342377f152f324f0abf608d98b /packaging/RHEL-CTDB/samba.spec.tmpl | |
parent | 46a3019d3601e67d2836ea37de4ad1760618f9da (diff) | |
download | samba-b5d882f5173e616dd2342f0d42f48847b6d4f2e5.tar.gz samba-b5d882f5173e616dd2342f0d42f48847b6d4f2e5.tar.bz2 samba-b5d882f5173e616dd2342f0d42f48847b6d4f2e5.zip |
packaging(RHEL-CTDB): explicitly build the tsm vfs module.
Diffstat (limited to 'packaging/RHEL-CTDB/samba.spec.tmpl')
-rw-r--r-- | packaging/RHEL-CTDB/samba.spec.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/RHEL-CTDB/samba.spec.tmpl b/packaging/RHEL-CTDB/samba.spec.tmpl index 475adcb53a..f27635a7b9 100644 --- a/packaging/RHEL-CTDB/samba.spec.tmpl +++ b/packaging/RHEL-CTDB/samba.spec.tmpl @@ -245,7 +245,7 @@ CFLAGS="$RPM_OPT_FLAGS $EXTRA -D_GNU_SOURCE" ./configure \ --without-smbwrapper \ --with-pam \ --with-quotas \ - --with-shared-modules=idmap_rid,idmap_ad,idmap_tdb2,vfs_gpfs \ + --with-shared-modules=idmap_rid,idmap_ad,idmap_tdb2,vfs_gpfs,vfs_tsmsm \ --with-syslog \ --with-utmp \ --with-cluster-support \ |