From 1872f119c59ca5e4e974cfadcbdd19627f7ee23e Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sun, 17 Feb 2002 14:53:29 +0000 Subject: [PATCH] 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 --- mail/sendmail/files/patch-FreeBSD | 8 ++++++++ mail/sendmail812/files/patch-FreeBSD | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 mail/sendmail/files/patch-FreeBSD create mode 100644 mail/sendmail812/files/patch-FreeBSD diff --git a/mail/sendmail/files/patch-FreeBSD b/mail/sendmail/files/patch-FreeBSD new file mode 100644 index 000000000000..45ef0216ca9e --- /dev/null +++ b/mail/sendmail/files/patch-FreeBSD @@ -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') diff --git a/mail/sendmail812/files/patch-FreeBSD b/mail/sendmail812/files/patch-FreeBSD new file mode 100644 index 000000000000..45ef0216ca9e --- /dev/null +++ b/mail/sendmail812/files/patch-FreeBSD @@ -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')