On Monday, July 19, 2010 16:58:31 Jim Meyering wrote: > Mike Frysinger wrote: > > looking at the configure.ac script, i thought this might work: > > ./configure --enable-no-install-program=stdbuf,libstdbuf.so > > > > but alas, it does not > > My first reflex was that simply excluding stdbuf should suffice: > > ./configure --enable-no-install-program=stdbuf > > but I haven't looked at what that would imply on the > implementation front. Wouldn't want to unduly specialize...
i'm sure you saw the bugs-coreutils report, so just following up for mail archives completeness ... stdbuf does disable fine, but libstdbuf.so does not. it is always enabled for gcc targets. so i posted a patch to make the latter conditional on the former. -mike
signature.asc
Description: This is a digitally signed message part.
