This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Make sunrpc code available for building again


On Monday, May 14, 2012 07:01:46 Mike Frysinger wrote:
> On Thursday 10 May 2012 14:12:02 Andreas Jaeger wrote:
> > On 05/09/2012 06:43 PM, Mike Frysinger wrote:
> > > On Wednesday 09 May 2012 16:24:41 Andreas Jaeger wrote:
> > >> --- a/configure.in
> > >> +++ b/configure.in
> > >> @@ -252,6 +252,17 @@ else
> > >> 
> > >>   fi
> > >>   AC_SUBST(libc_cv_nss_crypt)
> > >> 
> > >> +AC_ARG_ENABLE([obsolete-rpc],
> > >> +              AC_HELP_STRING([--enable-obsolete-rpc],
> > >> +                             [build and install the obsolete RPC
> > >> code for link-time usage]),
> > > 
> > > should we mention ti-rpc ?  or is that overkill ?
> > 
> > In the NEWS entry. Or do you have an idea for a good wording?
> 
> we could have it warn at configure time:
> 
> --- a/configure.in
> +++ b/configure.in
> @@ -260,6 +260,7 @@ AC_ARG_ENABLE([obsolete-rpc],
>  AC_SUBST(link_obsolete_rpc)
> 
>  if test "$link_obsolete_rpc" = yes; then
> +  AC_MSG_WARN([enabling obsolete RPC; consider using the TI-RPC project
> instead]) AC_DEFINE(LINK_OBSOLETE_RPC)
>  fi

I see.

You have to enable it explicitely - so I don't think this is needed,

Andreas
-- 
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg)
    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]