From cb7bb555b71deb36e5d46c23dc990b112f46b528 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 8 Aug 2008 19:57:57 +1000 Subject: update configure.rpm (This used to be commit ec8f3d75a22e7d2d7617ed33836836cd73610095) --- packaging/RHEL-CTDB/configure.rpm | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/packaging/RHEL-CTDB/configure.rpm b/packaging/RHEL-CTDB/configure.rpm index a0bcf56654..afff117bed 100755 --- a/packaging/RHEL-CTDB/configure.rpm +++ b/packaging/RHEL-CTDB/configure.rpm @@ -8,7 +8,6 @@ case `uname -m` in ;; esac - CFLAGS="-Wall -g -D_GNU_SOURCE" ./configure \ --prefix=/usr \ --localstatedir=/var \ @@ -21,23 +20,23 @@ CFLAGS="-Wall -g -D_GNU_SOURCE" ./configure \ --with-privatedir=/etc/samba \ --with-sambabook=/usr/share/swat/using_samba \ --with-swatdir=/usr/share/swat \ - --enable-cups \ + --disable-cups \ --with-acl-support \ - --with-ads \ + --with-ads \ --with-automount \ --with-fhs \ - --with-pam_smbpass \ - --with-libsmbclient \ - --with-libsmbsharemodes \ + --with-pam_smbpass \ + --with-libsmbclient \ + --with-libsmbsharemodes \ --without-smbwrapper \ - --with-pam \ - --with-quotas \ - --with-shared-modules=idmap_rid,idmap_ad,idmap_tdb2 \ - --with-syslog \ - --with-utmp \ - --with-cluster-support \ - --with-ctdb=/usr/include \ - --without-ldb \ - --with-dnsupdate \ - --with-aio-support \ + --with-pam \ + --with-quotas \ + --with-shared-modules=idmap_rid,idmap_ad,idmap_tdb2 \ + --with-syslog \ + --with-utmp \ + --with-cluster-support \ + --with-ctdb=/usr/include \ + --without-ldb \ + --with-dnsupdate \ + --with-aio-support \ $* -- cgit