summaryrefslogtreecommitdiffstats
path: root/packaging
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
commit0fe968378a94e70c8a7c4b15bf2516ded1edd52c (patch)
treeeef7e26d131878073b6c9ebc68c801267454fd82 /packaging
parent965e23537c284dd312c714c111ec172d9a33b019 (diff)
downloadsamba-0fe968378a94e70c8a7c4b15bf2516ded1edd52c.tar.gz
samba-0fe968378a94e70c8a7c4b15bf2516ded1edd52c.tar.xz
samba-0fe968378a94e70c8a7c4b15bf2516ded1edd52c.zip
Transient change - not final - don;t want to lose this between systems and testers.
NOTE: This is not useable for now.
Diffstat (limited to 'packaging')
-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 e32dd89d285..fb098d9e8db 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