| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
this should be all of them
Signed-off-by: Steffen Kuhn <nielson2@yandex.com>
|
|
|
|
| |
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
polkitd executable from sys-auth/polkit-0.115-r1 was failing to run
with error:
Error relocating /usr/lib/libmozjs-52.so: _ZN2js16TlsPerThreadDataE: symbol not found
demangled equivalent to "_ZN2js16TlsPerThreadDataE" being
js::PerThreadData, which was a hidden symbol according to readelf
readelf -s usr/lib/libmozjs-52.so | grep Tls | c++filt
1: 00000004 4 TLS LOCAL HIDDEN 17 js::TlsPerThreadData
Fix such runtime errors by switching thread-local data to default
visibility.
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
|
|
When building for musl,
* disable jemalloc in configure
* patch in a missing header include
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
|