summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2002-11-29 22:53:43 +0000
committerJohn Terpstra <jht@samba.org>2002-11-29 22:53:43 +0000
commit5e37318b33c868c6d29114bd28c7f71b0330efa5 (patch)
treee88c45ac539b03fda858a0320e9c145eec37ae15 /packaging
parentb0da6b40892cbadf90dab84efe6910c33d145ba3 (diff)
downloadsamba-5e37318b33c868c6d29114bd28c7f71b0330efa5.tar.gz
samba-5e37318b33c868c6d29114bd28c7f71b0330efa5.tar.bz2
samba-5e37318b33c868c6d29114bd28c7f71b0330efa5.zip
This does not work - VFS module handling is broken.
(This used to be commit 3ce66f5a10b2493e293170ee7ff97cbfdec5f45b)
Diffstat (limited to 'packaging')
-rw-r--r--packaging/Caldera/OpenLinux/samba3.spec.tmpl13
1 files changed, 2 insertions, 11 deletions
diff --git a/packaging/Caldera/OpenLinux/samba3.spec.tmpl b/packaging/Caldera/OpenLinux/samba3.spec.tmpl
index 9497c3d600..c291f7d767 100644
--- a/packaging/Caldera/OpenLinux/samba3.spec.tmpl
+++ b/packaging/Caldera/OpenLinux/samba3.spec.tmpl
@@ -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)