From c54656ee9e66f36fcaf1a70abd1ebb2246b6ef1a Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 14 Nov 1998 00:29:38 +0000 Subject: Added --with-smbwrapper to configure lines in spec files so JohnT's scripts work ok. Jeremy. (This used to be commit 9dc2502382f17c2bd1794c92ad0f4862a76b84e8) --- packaging/PHT/TurboLinux/samba2.spec.tmpl | 2 +- packaging/RedHat/samba2.spec.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packaging') diff --git a/packaging/PHT/TurboLinux/samba2.spec.tmpl b/packaging/PHT/TurboLinux/samba2.spec.tmpl index 3b210c9d32..0963bb2b04 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 bf781683be..899b4a5591 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 -- cgit