On Tue, Apr 20, 2010 at 4:49 PM, Natanael Copa <[email protected]> wrote: > Since sublevel releases are not ABI compatible we need to adjust > the soname to include the sublevel version.
... > diff --git a/libpthread/nptl/Makefile.in b/libpthread/nptl/Makefile.in > index d9f2d23..1e9f98c 100644 > --- a/libpthread/nptl/Makefile.in > +++ b/libpthread/nptl/Makefile.in > @@ -220,7 +220,7 @@ else > LDFLAGS-libpthread.so := $(LDFLAGS) > endif > > -LDFLAGS-libpthread.so += > $(top_builddir)lib/$(UCLIBC_LDSO_NAME)-$(VERSION).so > $(top_builddir)lib/libdl-$(VERSION).so > +LDFLAGS-libpthread.so += > $(top_builddir)lib/$(UCLIBC_LDSO_NAME)-$(VERSION).so > $(top_builddir)lib/libdl-$(VERSION).so > -Wl,-z,nodelete,-z,initfirst,-init=__pthread_initialize_minimal_internal > > LIBS-libpthread.so := $(LIBS) > The above hunk should not have been included -- Natanael Copa _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
