summaryrefslogtreecommitdiff
path: root/packaging/Caldera
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2002-03-11 19:37:01 +0000
committerJohn Terpstra <jht@samba.org>2002-03-11 19:37:01 +0000
commit54f52525c28a721c928085e0057003d67bb0f318 (patch)
tree897cb39ab79edd22e80537952948615c87333f4e /packaging/Caldera
parent59100a45a05499c20d7ec74e736f5d2fdb28b3e4 (diff)
downloadsamba-54f52525c28a721c928085e0057003d67bb0f318.tar.gz
samba-54f52525c28a721c928085e0057003d67bb0f318.tar.bz2
samba-54f52525c28a721c928085e0057003d67bb0f318.zip
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)
Diffstat (limited to 'packaging/Caldera')
-rw-r--r--packaging/Caldera/OpenLinux/samba3.spec.tmpl23
1 files changed, 19 insertions, 4 deletions
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