diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-08-08 19:57:57 +1000 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-08-13 11:54:11 +0200 |
commit | cb7bb555b71deb36e5d46c23dc990b112f46b528 (patch) | |
tree | aa5587ef6e1feb695f0808b52269deff4cbdd730 /packaging/RHEL-CTDB | |
parent | 48fecd297eccff5e55ef0858799c10adbd6253b8 (diff) | |
download | samba-cb7bb555b71deb36e5d46c23dc990b112f46b528.tar.gz samba-cb7bb555b71deb36e5d46c23dc990b112f46b528.tar.bz2 samba-cb7bb555b71deb36e5d46c23dc990b112f46b528.zip |
update configure.rpm
(This used to be commit ec8f3d75a22e7d2d7617ed33836836cd73610095)
Diffstat (limited to 'packaging/RHEL-CTDB')
-rwxr-xr-x | packaging/RHEL-CTDB/configure.rpm | 31 |
1 files 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 \ $* |