On Wednesday 03 July 2013 22:01:52 Brian Norris wrote: > On Wed, May 8, 2013 at 9:27 AM, Mike Frysinger wrote: > > --- a/include/common.h > > +++ b/include/common.h > > > > + if (strcmp("\n", line) != 0) { > > + switch (rpmatch(line)) { > > rpmatch() is not POSIX-compliant and is not available on my uclibc, so > this breaks my compile. i added this to uClibc already :) -mike