libX11: drop --disable-thread-safety-constructor.

Broken upstream programs have been fixed.
This commit is contained in:
Leah Neukirchen 2024-02-19 12:35:23 +01:00
parent 6a031eed31
commit 938b62dc56

View file

@ -1,11 +1,10 @@
# Template file for 'libX11' # Template file for 'libX11'
pkgname=libX11 pkgname=libX11
version=1.8.7 version=1.8.7
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
--enable-static --enable-malloc0returnsnull --enable-static --enable-malloc0returnsnull"
--disable-thread-safety-constructor"
hostmakedepends="pkg-config xorg-util-macros xorgproto" hostmakedepends="pkg-config xorg-util-macros xorgproto"
makedepends="xorgproto xtrans libxcb-devel" makedepends="xorgproto xtrans libxcb-devel"
short_desc="Base X libraries from Xorg" short_desc="Base X libraries from Xorg"