diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-21 07:32:18 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-21 07:32:18 +0000 |
commit | 4f81d10ca9b68c2d62c0e72c511382b642d89871 (patch) | |
tree | bb97ca712ab427a0b8beefb79ed234095e32915c /mail/sendmail-old/files/site.config.m4.pre4 | |
parent | Make id3lib use libtool correctly. Use automake/autoconf along with a patch (diff) |
Small improvements for remote build. The empty config directory is now
removed. Use of macro APPENDDEF to allow confCOPTS. Also add TCPWRAPPER
and IPv6 support for FreeBSD >= 4.0, as well as optional TSL support,
patches for rmail & mail.local, and other changes.
PR: 22619
Submitted by: MAINTAINER
Diffstat (limited to 'mail/sendmail-old/files/site.config.m4.pre4')
-rw-r--r-- | mail/sendmail-old/files/site.config.m4.pre4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/sendmail-old/files/site.config.m4.pre4 b/mail/sendmail-old/files/site.config.m4.pre4 index a1703e5f812f..bb2ff05a9f45 100644 --- a/mail/sendmail-old/files/site.config.m4.pre4 +++ b/mail/sendmail-old/files/site.config.m4.pre4 @@ -1 +1,4 @@ -define(`confCCOPTS',`-DCMDDIR="\"%%PREFIX%%/libexec/sm.bin\"" -DPATH="\"/bin:/usr/bin\""') +APPENDDEF(`conf_mail_local_ENVDEF', `-DQUEUE_ONLY') +APPENDDEF(`conf_smrsh_ENVDEF', `-DCMDDIR="\"%%PREFIX%%/libexec/sm.bin\""') +APPENDDEF(`conf_smrsh_ENVDEF', `-DPATH="\"/bin:/usr/bin\""') +APPENDDEF(`confCCOPTS', `-DPATH="\"/bin:/usr/bin\""') |