diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-02-17 20:22:23 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-02-17 20:22:23 +0000 |
commit | 9329fd34a9c94761cd9713e81c6dc397af123ba3 (patch) | |
tree | f1c17c1581635b0bc5082391b40ec865a475675b /mail/sendmail/files/patch-FreeBSD | |
parent | Add missing dependency (diff) |
- Build milter with -D_THREAD_SAFE
- Use PTHREAD_LIBS, so build under CURRENT should use -lc_r
Submitted by: gshapiro
Notes
Notes:
svn path=/head/; revision=54827
Diffstat (limited to 'mail/sendmail/files/patch-FreeBSD')
-rw-r--r-- | mail/sendmail/files/patch-FreeBSD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sendmail/files/patch-FreeBSD b/mail/sendmail/files/patch-FreeBSD index 45ef0216ca9e..a733ccdd1594 100644 --- a/mail/sendmail/files/patch-FreeBSD +++ b/mail/sendmail/files/patch-FreeBSD @@ -3,6 +3,6 @@ @@ -5,4 +5,5 @@ define(`confLD', `cc') define(`confMTLDOPTS', `-pthread') -+define(`confMTCCOPTS', `-pthread') ++define(`confMTCCOPTS', `-D_THREAD_SAFE') define(`confLDOPTS_SO', `-shared') define(`confCCOPTS_SO', `-fPIC') |