packaging: Remove SWAT references from RHEL-CTDB
[bbaumbach/samba-autobuild/.git] / packaging / RHEL-CTDB / configure.rpm
index f16b3522ac549c324525aae19d5f165b66a38ec2..0409f50c65f15d40df36694859a94010dfd6dcf2 100755 (executable)
@@ -24,7 +24,7 @@ else
        CC="gcc"
 fi
 
-shared_modules="idmap_rid,idmap_ad,idmap_tdb2"
+shared_modules="idmap_rid,idmap_ad,idmap_tdb2,idmap_rfc2307"
 
 if test "x$BUILD_GPFS" != "xno"; then
        shared_modules="${shared_modules},vfs_gpfs,vfs_tsmsm"
@@ -44,16 +44,12 @@ CC="$CC" CFLAGS="-Wall -g -D_GNU_SOURCE -O3" ./configure -C \
        --mandir=${_mandir} \
        --with-piddir=/var/run \
        --with-privatedir=${_sysconfdir}/samba \
-       --with-sambabook=${_datadir}/swat/using_samba \
-       --with-swatdir=${_datadir}/swat \
        --disable-cups \
        --with-acl-support \
        --with-ads \
        --with-automount \
        --enable-fhs \
-       --with-pam_smbpass \
        --with-libsmbclient \
-       --with-libsmbsharemodes \
        --without-smbwrapper \
        --with-pam \
        --with-quotas \
@@ -64,7 +60,6 @@ CC="$CC" CFLAGS="-Wall -g -D_GNU_SOURCE -O3" ./configure -C \
        --with-ctdb=/usr/include \
        --without-ldb \
        --without-dnsupdate \
-       --with-aio-support \
        --disable-external-libtalloc \
        --disable-external-libtdb \
        $*