diff options
author | Jeremy Allison <jra@samba.org> | 1998-11-14 00:29:38 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-11-14 00:29:38 +0000 |
commit | c54656ee9e66f36fcaf1a70abd1ebb2246b6ef1a (patch) | |
tree | 77b9d11f4efe234cf0cea130f08e18341e14309c /packaging/PHT | |
parent | eaf9944b3eeb6fdacc655052396e0b238b75dbcb (diff) | |
download | samba-c54656ee9e66f36fcaf1a70abd1ebb2246b6ef1a.tar.gz samba-c54656ee9e66f36fcaf1a70abd1ebb2246b6ef1a.tar.xz samba-c54656ee9e66f36fcaf1a70abd1ebb2246b6ef1a.zip |
Added --with-smbwrapper to configure lines in spec files so JohnT's
scripts work ok.
Jeremy.
(This used to be commit 9dc2502382f17c2bd1794c92ad0f4862a76b84e8)
Diffstat (limited to 'packaging/PHT')
-rw-r--r-- | packaging/PHT/TurboLinux/samba2.spec.tmpl | 2 |
1 files changed, 1 insertions, 1 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 |