Dear Waldemar Brodkorb, On Fri, 5 Sep 2014 16:13:10 +0200, Waldemar Brodkorb wrote: > Automatic patching via two oneliners from Bernhard Reutner-Fischer > <[email protected]>: > sed -i -e 's/[[:space:]]pt-vfork\.[csS]//' $(git grep -l pt-vfork > libpthread/nptl/sysdeps) > find libpthread/nptl -name "*pt-vfork*" -exec git rm {} \; > > No regressions found via testsuite run: > http://www.openadk.org/test/ > > If you want to run the automatic testing: > wget > http://www.openadk.org/cgi-bin/gitweb.cgi?p=embedded-test.git;a=blob_plain;f=embedded-test.sh;hb=HEAD > sh embedded-test.sh -v openadk -l uclibc -g -t libc > > Reported-By: Thomas Petazzoni <[email protected]> > Signed-off-by: Waldemar Brodkorb <[email protected]>
Tested-by: Thomas Petazzoni <[email protected]> I've done build testing of alsa-lib on i386, x86-64 and PowerPC, statically linked. It used to fail due to the vfork issue, with your patch applied, it builds fine. Thanks a lot! Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
