summaryrefslogtreecommitdiff
path: root/packaging/RHEL4-CTDB/configure.rpm
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-07-24 08:42:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:28:56 -0500
commitc0dbc801af463fc76298b4ff6ebbd3acbf893fac (patch)
treece7601e28ea0a6b4b3d67fbc7bb19aaf397f73a9 /packaging/RHEL4-CTDB/configure.rpm
parent213e178cb047ee67ad6367699cc1f3a822c13d8d (diff)
downloadsamba-c0dbc801af463fc76298b4ff6ebbd3acbf893fac.tar.gz
samba-c0dbc801af463fc76298b4ff6ebbd3acbf893fac.tar.bz2
samba-c0dbc801af463fc76298b4ff6ebbd3acbf893fac.zip
r24015: merge RHEL4-CTDB packaging stuff from
http://people.samba.org/bzr/metze/samba/3_2-ctdb-metze/ metze (This used to be commit 51c90bfa6fdd1c151a27afefb43521540308f234)
Diffstat (limited to 'packaging/RHEL4-CTDB/configure.rpm')
-rw-r--r--packaging/RHEL4-CTDB/configure.rpm34
1 files changed, 34 insertions, 0 deletions
diff --git a/packaging/RHEL4-CTDB/configure.rpm b/packaging/RHEL4-CTDB/configure.rpm
new file mode 100644
index 0000000000..e1a58ddb3b
--- /dev/null
+++ b/packaging/RHEL4-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 \
+ $*