summaryrefslogtreecommitdiff
path: root/packaging/RHEL-CTDB/configure.rpm
blob: a0bcf56654f49a0f1fe99128077565b79157c8ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43

case `uname -m` in
     x86_64)
	libdir=/usr/lib64/samba
	;;
     *)
	libdir=/usr/lib/samba
	;;
esac


CFLAGS="-Wall -g -D_GNU_SOURCE" ./configure \
        --prefix=/usr \
        --localstatedir=/var \
        --with-configdir=/etc/samba \
        --with-libdir=$libdir \
        --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,idmap_tdb2 \
        --with-syslog \
        --with-utmp \
        --with-cluster-support \
        --with-ctdb=/usr/include \
        --without-ldb \
        --with-dnsupdate \
        --with-aio-support \
	$*