diff options
author | Christian Ambach <ambi@samba.org> | 2011-05-19 18:58:25 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-05-27 13:27:02 +0200 |
commit | 51b43a4c3e87031c8be8405ac6e5182db21320ba (patch) | |
tree | fc47d5728fb2d3da87d61250fdca5dc00c80c1d8 /packaging | |
parent | a7a4cb56e501aaf55cd07ec843d96d5bc8fd6e72 (diff) | |
download | samba-51b43a4c3e87031c8be8405ac6e5182db21320ba.tar.gz samba-51b43a4c3e87031c8be8405ac6e5182db21320ba.tar.bz2 samba-51b43a4c3e87031c8be8405ac6e5182db21320ba.zip |
packaging(RHEL-CTDB): align configure.rpm to the spec file
Signed-off-by: Michael Adam <obnox@samba.org>
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Fri May 27 13:27:03 CEST 2011 on sn-devel-104
Diffstat (limited to 'packaging')
-rwxr-xr-x | packaging/RHEL-CTDB/configure.rpm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/RHEL-CTDB/configure.rpm b/packaging/RHEL-CTDB/configure.rpm index c7057ec9ee..fafad81fc6 100755 --- a/packaging/RHEL-CTDB/configure.rpm +++ b/packaging/RHEL-CTDB/configure.rpm @@ -51,7 +51,7 @@ CC="$CC" CFLAGS="-Wall -g -D_GNU_SOURCE -O3" ./configure -C \ --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,vfs_gpfs_hsm_notify \ --with-syslog \ --with-utmp \ --with-cluster-support \ |