Re: libpthread fails to build as an add-on

2014-03-23 Thread Ludovic Courtès
Manolis Ragkousis skribis: > In the debian package I saw there are 2 patches that add this. > >> +libc_add_on_canonical=libpthread >> +libc_add_on_subdirs=. > > How does this change the configure process? Libc’s top-level configure file expects these two variables to be set by the add-on’s ‘co

Re: libpthread fails to build as an add-on

2014-03-23 Thread Manolis Ragkousis
In the debian package I saw there are 2 patches that add this. > +libc_add_on_canonical=libpthread > +libc_add_on_subdirs=. How does this change the configure process?

Re: libpthread fails to build as an add-on

2014-03-23 Thread Manolis Ragkousis
As Ludovic wrote > Actually libc's configure doesn't use the normal AC_CONFIG_SUBDIRS > mechanism, and instead runs add-on configure scripts by itself, without > arguments AFAICS. The part responsible for this is in the attached file and specifically the part: > libc_add_on_frag=$libc_add