Re: UPDATED: For Review: sendmail 8.12.2 import into -CURRENT

2002-02-11 Thread Daniel Eischen
On Sun, 10 Feb 2002, Andrey A. Chernov wrote: > On Sun, Feb 10, 2002 at 12:13:05 -0800, Gregory Neil Shapiro wrote: > > > > http://people.freebsd.org/~gshapiro/CURRENT-8.12.2 > > --- lib/libmilter/Makefile~orig Sun Jan 20 13:58:03 2002 > +++ lib/libmilter/MakefileSun Jan 20 13:05:02 20

Re: UPDATED: For Review: sendmail 8.12.2 import into -CURRENT

2002-02-11 Thread Andrey A. Chernov
On Sun, Feb 10, 2002 at 12:13:05 -0800, Gregory Neil Shapiro wrote: > > http://people.freebsd.org/~gshapiro/CURRENT-8.12.2 --- lib/libmilter/Makefile~orig Sun Jan 20 13:58:03 2002 +++ lib/libmilter/Makefile Sun Jan 20 13:05:02 2002 @@ -0,0 +1,28 @@ +# $FreeBSD$ + +MAINTAINER=[EMAIL PROT

Re: UPDATED: For Review: sendmail 8.12.2 import into -CURRENT

2002-02-10 Thread Terry Lambert
"Andrey A. Chernov" wrote: > +CFLAGS+=-pthread > ^^ > > Why you add -pthread? IMHO it is needed only on program building 'ld' > phase and not in library building. See libc_r/Makefile -D_THREAD_SAFE -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fr

Re: UPDATED: For Review: sendmail 8.12.2 import into -CURRENT

2002-02-10 Thread Gregory Neil Shapiro
>> http://people.freebsd.org/~gshapiro/CURRENT-8.12.2 ache> +CFLAGS+=-pthread ache> ^ ache> Why you add -pthread? IMHO it is needed only on program building 'ld' ache> phase and not in library building. See libc_r/Makefile Thanks, I've changed that line to: CFLAGS+=-D_THREAD_S

Re: UPDATED: For Review: sendmail 8.12.2 import into -CURRENT

2002-02-10 Thread Andrey A. Chernov
On Sun, Feb 10, 2002 at 12:13:05 -0800, Gregory Neil Shapiro wrote: > > http://people.freebsd.org/~gshapiro/CURRENT-8.12.2 --- lib/libmilter/Makefile~orig Sun Jan 20 13:58:03 2002 +++ lib/libmilter/Makefile Sun Jan 20 13:05:02 2002 @@ -0,0 +1,28 @@ +# $FreeBSD$ + +MAINTAINER=[EMAIL PROT