> > Anton, are you going to spin a patch to that effect ? > > Yes. > Anton
It didn't worked quite well - glob implementation shipped with make sources makes some assumptions WRT of presence of __mempcpy, __alloca and __stat, which are not true for uClibc. I was able to avoid the problem by changing make/glob/glob.c: by adding there several #ifdef __UCLIBC__ (similar to the one found in libpthread/nptl_db/thread_dbP.h at line 32). But that means that patching of uclibc/include/gnu-versions.h is not sufficient on its own. > > > > > -Vineet > _______________________________________________ > uClibc mailing list > [email protected] > http://lists.busybox.net/mailman/listinfo/uclibc _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
