On Wed, 03 Aug 2022 20:06:28 +0200, Richard B. Kreckel wrote: > So, should Debian build with --disable-thread-safety-constructor, at > least for a while?
I can confirm that the following trivial change avoids the issues I'm
seeing in glxinfo and xscreensaver-gl-visual:
#v+
--- libx11-1.8.1/debian/rules
+++ libx11-1.8.1/debian/rules
@@ -9,7 +9,8 @@
override_dh_auto_configure-indep override_dh_auto_configure-arch:
dh_auto_configure -- \
$(docflags) \
- --without-fop
+ --without-fop \
+ --disable-thread-safety-constructor
v#-
Cheers,
gregor
--
.''`. https://info.comodo.priv.at -- Debian Developer https://www.debian.org
: :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D 85FA BB3A 6801 8649 AA06
`. `' Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
`-
signature.asc
Description: Digital Signature

