Only one thing was affected between versions. It was a configure option
in debian/rules:
-ifneq (,$(findstring z$(DEB_BUILD_GNU_CPU)z,$(NPTL_SUPPORTED_CPUS)))
+#ifneq (,$(findstring z$(DEB_BUILD_GNU_CPU)z,$(NPTL_SUPPORTED_CPUS)))
ifneq (,$(findstring z$(DEB_BUILD_GNU_SYSTEM)z,$(NPTL_SUPPORTED_SYSTEMS)))
CONFIGURE_SWITCHES += --enable-pthreadsmutexes=yes
endif
-endif
+#endif
And as a result:
$ ldd 4.20-8/libdb-4.4.so
linux-gate.so.1 => (0xffffe000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7d9c000)
/lib/ld-linux.so.2 (0x80000000)
$ ldd 4.20-8.1/libdb-4.4.so
linux-gate.so.1 => (0xffffe000)
libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7ea2000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7d58000)
/lib/ld-linux.so.2 (0x80000000)
New lib about 4k larger.
--
subversion fatal error
https://bugs.launchpad.net/bugs/139315
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs