From 0d8b45c8c5c4a26eb6bb3a61805e8135e5e3194e Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sat, 10 May 2008 01:23:10 +0200 Subject: packaging: rename RHEL4-CTDB --> RHEL-CTDB Michael (This used to be commit 711af98d2ce708421a413fe46a386ea9e19d2517) --- packaging/RHEL-CTDB/configure.rpm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 packaging/RHEL-CTDB/configure.rpm (limited to 'packaging/RHEL-CTDB/configure.rpm') 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 \ + $* -- cgit