From owner-freebsd-current Mon Feb 11 19: 7:10 2002 Delivered-To: freebsd-current@freebsd.org Received: from newman2.bestweb.net (newman2.bestweb.net [209.94.102.67]) by hub.freebsd.org (Postfix) with ESMTP id 6554D37B63B; Mon, 11 Feb 2002 18:18:57 -0800 (PST) Received: from okeeffe.bestweb.net (okeefe.bestweb.net [209.94.100.110]) by newman2.bestweb.net (Postfix) with ESMTP id 83CFF23282; Mon, 11 Feb 2002 21:17:57 -0500 (EST) Received: by okeeffe.bestweb.net (Postfix, from userid 0) id 30DEE9F137; Mon, 11 Feb 2002 21:12:39 -0500 (EST) Date: Sun, 10 Feb 2002 23:32:18 +0300 From: "Andrey A. Chernov" To: Gregory Neil Shapiro Cc: freebsd-current@FreeBSD.ORG Subject: Re: UPDATED: For Review: sendmail 8.12.2 import into -CURRENT Message-Id: <20020212021239.30DEE9F137@okeeffe.bestweb.net> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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= gshapiro@FreeBSD.org + +SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail +.PATH: ${SENDMAIL_DIR}/libmilter ${SENDMAIL_DIR}/libsm + +CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include -I. +CFLAGS+=-DNETINET6 -DNOT_SENDMAIL -Dsm_snprintf=snprintf +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 -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message