mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
2c499fe5aa
btw: I use this for configuring heimdal
>>>
CONFIG="CFLAGS=\"-g -O -Wall -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wwrite-strings -Wdeclaration-after-statement\" \
CC=gcc-4.0 \
./configure -C --prefix=$HOME/prefix/heimdal-test \
--sysconfdir=/etc \
--enable-shared=no \
--with-ldb=$HOME/prefix/ldb \
--without-openldap \
--without-openssl $@"
echo $CONFIG
eval $CONFIG
>>>
maybe you also want to use --disable-berkeley-db
metze
(This used to be commit
|
||
---|---|---|
.. | ||
gensec | ||
kerberos | ||
ntlmssp | ||
auth_anonymous.c | ||
auth_developer.c | ||
auth_domain.c | ||
auth_sam.c | ||
auth_server.c | ||
auth_unix.c | ||
auth_util.c | ||
auth_winbind.c | ||
auth.c | ||
auth.h | ||
config.m4 | ||
config.mk | ||
ntlm_check.c | ||
pampass.c | ||
pass_check.c |