From 54f52525c28a721c928085e0057003d67bb0f318 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Mon, 11 Mar 2002 19:37:01 +0000 Subject: Transient change - not final - don;t want to lose this between systems and testers. NOTE: This is not useable for now. (This used to be commit 0fe968378a94e70c8a7c4b15bf2516ded1edd52c) --- packaging/Caldera/OpenLinux/samba3.spec.tmpl | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) (limited to 'packaging/Caldera') diff --git a/packaging/Caldera/OpenLinux/samba3.spec.tmpl b/packaging/Caldera/OpenLinux/samba3.spec.tmpl index e32dd89d28..fb098d9e8d 100644 --- a/packaging/Caldera/OpenLinux/samba3.spec.tmpl +++ b/packaging/Caldera/OpenLinux/samba3.spec.tmpl @@ -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 -- cgit