Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2002 23:32:18 +0300
From:      "Andrey A. Chernov" <ache@nagual.pp.ru>
To:        Gregory Neil Shapiro <gshapiro@FreeBSD.ORG>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: UPDATED: For Review: sendmail 8.12.2 import into -CURRENT
Message-ID:  <20020212021239.30DEE9F137@okeeffe.bestweb.net>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020212021239.30DEE9F137>