Transient change - not final - don;t want to lose this between systems and testers.
authorJohn Terpstra <jht@samba.org>
Mon, 11 Mar 2002 19:37:01 +0000 (19:37 +0000)
committerJohn Terpstra <jht@samba.org>
Mon, 11 Mar 2002 19:37:01 +0000 (19:37 +0000)
NOTE: This is not useable for now.
(This used to be commit 0fe968378a94e70c8a7c4b15bf2516ded1edd52c)

packaging/Caldera/OpenLinux/samba3.spec.tmpl

index e32dd89d2852b8337e5bd1aa3dd4cef063a49e1c..fb098d9e8db8691fba9e07782a152dacd61a8e5a 100644 (file)
@@ -161,12 +161,27 @@ CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" ./configure \
        --with-privatedir='$(LIBDIR)' \
        --with-lockdir='$(DESTDIR)/var/lock/samba.d' \
        --with-swatdir='$(DESTDIR)/usr/share/swat' \
-       --with-smbmount --with-pam --without-smbwrapper \
-       --with-utmp --with-quotas --with-vfs --with-msdfs \
-       --with-profile --with-syslog --with-utmp --with-netatalk \
+       --with-smbmount \
+       --with-pam \
+       --with-pam_smbpass \
+       --with-tdbsam \
+       --with-ldapsam \
+       --with-nisplussam \
+       --with-nisplus-home \
+       --with-winbind \
+       --with-acl-support \
+       --without-smbwrapper \
+       --with-utmp \
+       --with-quotas \
+       --with-vfs \
+       --with-msdfs \
+       --with-profile \
+       --with-syslog \
+       --with-utmp \
+       --with-netatalk \
        --with-sambabook=$(DESTDIR)/usr/share/swat/using_samba
 
-make all nsswitch/libnss_wins.so
+make all
 
 
 %Install