summaryrefslogtreecommitdiff
path: root/packaging/RHEL-CTDB/configure.rpm
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-05-10 01:23:10 +0200
committerMichael Adam <obnox@samba.org>2008-05-10 02:19:33 +0200
commit0d8b45c8c5c4a26eb6bb3a61805e8135e5e3194e (patch)
treedb08ad8aa8380058660b6c71e63ea25f01054948 /packaging/RHEL-CTDB/configure.rpm
parent59b61608015431ffc5ef2095e87d7de0fb094b65 (diff)
downloadsamba-0d8b45c8c5c4a26eb6bb3a61805e8135e5e3194e.tar.gz
samba-0d8b45c8c5c4a26eb6bb3a61805e8135e5e3194e.tar.bz2
samba-0d8b45c8c5c4a26eb6bb3a61805e8135e5e3194e.zip
packaging: rename RHEL4-CTDB --> RHEL-CTDB
Michael (This used to be commit 711af98d2ce708421a413fe46a386ea9e19d2517)
Diffstat (limited to 'packaging/RHEL-CTDB/configure.rpm')
-rw-r--r--packaging/RHEL-CTDB/configure.rpm34
1 files changed, 34 insertions, 0 deletions
diff --git a/packaging/RHEL-CTDB/configure.rpm b/packaging/RHEL-CTDB/configure.rpm
new file mode 100644
index 0000000000..e1a58ddb3b
--- /dev/null
+++ b/packaging/RHEL-CTDB/configure.rpm
@@ -0,0 +1,34 @@
+
+CFLAGS="-Wall -g -D_GNU_SOURCE" ./configure \
+ --prefix=/usr \
+ --localstatedir=/var \
+ --with-configdir=/etc/samba \
+ --with-libdir=/usr/lib/samba \
+ --with-lockdir=/var/lib/samba \
+ --with-logfilebase=/var/log/samba \
+ --with-mandir=/usr/man \
+ --with-piddir=/var/run \
+ --with-privatedir=/etc/samba \
+ --with-sambabook=/usr/share/swat/using_samba \
+ --with-swatdir=/usr/share/swat \
+ --enable-cups \
+ --with-acl-support \
+ --with-ads \
+ --with-automount \
+ --with-fhs \
+ --with-pam_smbpass \
+ --with-libsmbclient \
+ --with-libsmbsharemodes \
+ --without-smbwrapper \
+ --with-pam \
+ --with-quotas \
+ --with-shared-modules=idmap_rid,idmap_ad \
+ --with-smbmount \
+ --with-syslog \
+ --with-utmp \
+ --with-cluster-support \
+ --with-ctdb=/usr/include \
+ --without-ldb \
+ --with-dnsupdate \
+ --with-aio-support \
+ $*