Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2001 17:50:02 -0700 (PDT)
From:      Martin Blapp <mb@imp.ch>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/29173: [PATCH] wrong flags for rpcgen(1)
Message-ID:  <200110070050.f970o2C31620@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/29173; it has been noted by GNATS.

From: Martin Blapp <mb@imp.ch>
To: <freebsd-gnats-submit@FreeBSD.org>
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




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