This does not work - VFS module handling is broken.
authorJohn Terpstra <jht@samba.org>
Fri, 29 Nov 2002 22:53:43 +0000 (22:53 +0000)
committerJohn Terpstra <jht@samba.org>
Fri, 29 Nov 2002 22:53:43 +0000 (22:53 +0000)
(This used to be commit 3ce66f5a10b2493e293170ee7ff97cbfdec5f45b)

packaging/Caldera/OpenLinux/samba3.spec.tmpl

index 9497c3d60036b2f3bad903e565db577ab9435ee7..c291f7d767617095a79abfece6816f38fec986e9 100644 (file)
@@ -22,9 +22,6 @@ Requires      : libpam >= 0.66, SysVinit-scripts >= 1.04-6
 BuildRoot      : /tmp/%{Name}-%{Version}
 
 Source: ftp://ftp.samba.org/pub/samba/%{Name}-%{Version}.tar.gz
-#Patch0: %{Name}-%{Version}-smbmount.patch
-#Patch1: %{Name}-%{Version}-install.patch
-#Patch2: %{Name}-%{Version}-smbconf.patch
 
 
 %Package doc
@@ -173,9 +170,6 @@ a clean and stable API for SMB client application development.
 
 %Prep
 %setup
-#%patch0 -p1
-#%patch1 -p1
-#%patch2 -p1
 
 for i in {cvs.,change-}log; do [ ! -f ../$i ] || mv ../$i source; done
 
@@ -208,8 +202,9 @@ autoconf
 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" ./configure \
        --prefix=/usr \
        --localstatedir=/var \
-       --libdir='%{EtcSamba}' \
+       --libdir=/usr/lib/samba \
        --sbindir=/usr/sbin \
+       --with-configdir='%{EtcSamba}' \
        --with-privatedir='$(LIBDIR)' \
        --with-lockdir=/var/lock/samba.d \
        --with-swatdir=/usr/share/swat \
@@ -231,10 +226,6 @@ CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" ./configure \
        --with-acl-support \
        --with-sambabook=/usr/share/swat/using_samba
 
-# Temp disabled - add later - JHT
-#      --with-pam_smbpass \
-#      --with-nisplus-home \
-
 make all nsswitch/libnss_wins.so nsswitch/libnss_winbind.so torture nsswitch/pam_winbind.so modules everything
 (cd tdb; make tdbdump tdbtest tdbtorture tdbtool)