summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-11-14 00:29:38 +0000
committerJeremy Allison <jra@samba.org>1998-11-14 00:29:38 +0000
commit9dc2502382f17c2bd1794c92ad0f4862a76b84e8 (patch)
tree22bf65b70265e7ba983fff1160b3300f7aa6fd04 /packaging
parent7d8ec97b451721cddbb859415490d65c41e8afe2 (diff)
downloadsamba-9dc2502382f17c2bd1794c92ad0f4862a76b84e8.tar.gz
samba-9dc2502382f17c2bd1794c92ad0f4862a76b84e8.tar.xz
samba-9dc2502382f17c2bd1794c92ad0f4862a76b84e8.zip
Added --with-smbwrapper to configure lines in spec files so JohnT's
scripts work ok. Jeremy.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/PHT/TurboLinux/samba2.spec.tmpl2
-rw-r--r--packaging/RedHat/samba2.spec.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/PHT/TurboLinux/samba2.spec.tmpl b/packaging/PHT/TurboLinux/samba2.spec.tmpl
index 3b210c9d321..0963bb2b04e 100644
--- a/packaging/PHT/TurboLinux/samba2.spec.tmpl
+++ b/packaging/PHT/TurboLinux/samba2.spec.tmpl
@@ -97,7 +97,7 @@ enabled. Red Hat Linux has built in support for quotas in PAM.
%build
cd source
-./configure
+./configure --with-smbwrapper
make all smbwrapper
%install
diff --git a/packaging/RedHat/samba2.spec.tmpl b/packaging/RedHat/samba2.spec.tmpl
index bf781683be1..899b4a55915 100644
--- a/packaging/RedHat/samba2.spec.tmpl
+++ b/packaging/RedHat/samba2.spec.tmpl
@@ -97,7 +97,7 @@ enabled. Red Hat Linux has built in support for quotas in PAM.
%build
cd source
-./configure
+./configure --with-smbwrapper
make all smbwrapper
%install