mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
c0dbc801af
http://people.samba.org/bzr/metze/samba/3_2-ctdb-metze/ metze (This used to be commit 51c90bfa6fdd1c151a27afefb43521540308f234)
35 lines
813 B
Plaintext
35 lines
813 B
Plaintext
|
|
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 \
|
|
$*
|