Mikhail Teterin:

A  little  milter application  I  installed  (spamassassin related)  was
hanging every once in  a while. I'm not sure if this  patch will fix it,
but it sure seems like the right step to take. Without it, the libmilter
sources are  compiled without the  -pthread, even though the  library is
linked with -pthread (rather needlessly, since it is a static lib only).

Submitted by:	mi
This commit is contained in:
Dirk Meyer 2002-02-17 14:53:29 +00:00
parent 508b4ddfff
commit 1872f119c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54818
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,8 @@
--- devtools/OS/FreeBSD Wed Jan 10 21:44:08 2001
+++ devtools/OS/FreeBSD Thu Feb 14 08:59:38 2002
@@ -5,4 +5,5 @@
define(`confLD', `cc')
define(`confMTLDOPTS', `-pthread')
+define(`confMTCCOPTS', `-pthread')
define(`confLDOPTS_SO', `-shared')
define(`confCCOPTS_SO', `-fPIC')

View file

@ -0,0 +1,8 @@
--- devtools/OS/FreeBSD Wed Jan 10 21:44:08 2001
+++ devtools/OS/FreeBSD Thu Feb 14 08:59:38 2002
@@ -5,4 +5,5 @@
define(`confLD', `cc')
define(`confMTLDOPTS', `-pthread')
+define(`confMTCCOPTS', `-pthread')
define(`confLDOPTS_SO', `-shared')
define(`confCCOPTS_SO', `-fPIC')