summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-08-08 19:57:57 +1000
committerMichael Adam <obnox@samba.org>2008-08-13 11:54:11 +0200
commitcb7bb555b71deb36e5d46c23dc990b112f46b528 (patch)
treeaa5587ef6e1feb695f0808b52269deff4cbdd730 /packaging
parent48fecd297eccff5e55ef0858799c10adbd6253b8 (diff)
downloadsamba-cb7bb555b71deb36e5d46c23dc990b112f46b528.tar.gz
samba-cb7bb555b71deb36e5d46c23dc990b112f46b528.tar.bz2
samba-cb7bb555b71deb36e5d46c23dc990b112f46b528.zip
update configure.rpm
(This used to be commit ec8f3d75a22e7d2d7617ed33836836cd73610095)
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/RHEL-CTDB/configure.rpm31
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 \
$*