From owner-freebsd-bugs Sat Oct 6 17:50: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B93637B409 for ; Sat, 6 Oct 2001 17:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f970o2C31620; Sat, 6 Oct 2001 17:50:02 -0700 (PDT) (envelope-from gnats) Date: Sat, 6 Oct 2001 17:50:02 -0700 (PDT) Message-Id: <200110070050.f970o2C31620@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Martin Blapp Subject: Re: bin/29173: [PATCH] wrong flags for rpcgen(1) Reply-To: Martin Blapp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/29173; it has been noted by GNATS. From: Martin Blapp To: Cc: Subject: Re: bin/29173: [PATCH] wrong flags for rpcgen(1) Date: Sun, 7 Oct 2001 02:43:14 +0200 (CEST) And here is the patch: Remove the accidently commited "M" flag from rpcgen. We should use -M only if we have threaded programs. And rpcgen -M does have issues at the moment, we first have to fix them. --- lib/librpcsvc/Makefile Mon Mar 19 13:50:00 2001 +++ lib/librpcsvc/Makefile Sat Apr 7 13:54:45 2001 @@ -12,7 +12,7 @@ OTHERSRCS= rnusers.c rstat.c rwall.c yp_passwd.c yp_update.c SECRPCSRCS= secretkey.c xcrypt.c -RPCCOM = rpcgen -CM +RPCCOM = rpcgen -C INCDIRS= -I${DESTDIR}/usr/include/rpcsvc -I${DESTDIR}/usr/include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message