1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Added smbwrapper and everything to build options.

This commit is contained in:
John Terpstra 0001-01-01 00:00:00 +00:00
parent 32f292cc58
commit 2744d917e4

View File

@ -241,17 +241,19 @@ CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" ./configure \
--with-syslog \
--with-utmp \
--with-netatalk \
--without-smbwrapper \
--with-smbwrapper \
--with-libsmbclient \
--with-ldapsam \
--with-sambabook=$(DESTDIR)/usr/share/swat/using_samba
# Temp disabled - add later - JHT
# --with-pam_smbpass \
# --with-ldapsam \
# --with-krb5=/usr/athena \
# --with-nisplus-home \
# --with-acl-support \
make all nsswitch/libnss_wins.so torture nsswitch/pam_winbind.so
make all nsswitch/libnss_wins.so torture nsswitch/pam_winbind.so everything
%Install