Skip to content
Snippets Groups Projects
Commit 07d76cab authored by Andreas Radke's avatar Andreas Radke
Browse files

update to latest git commit

parent afa1a710
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,9 @@
pkgname=xorg-xwayland
# https://gitlab.freedesktop.org/xorg/xserver/-/commits/xwayland-21.1
_commit=1e72c3ce84e29d51d50f301b986a687e15679cf8 # xwayland 21.1 branch
_commit=fdc61c5a3cc2637a52928c8e2fd4d50118c7ffea # xwayland 21.1 branch
pkgver=1.20.0.r844.g1e72c3ce8
pkgver=1.20.0.r853.gfdc61c5a3
pkgrel=1
arch=('x86_64')
license=('custom')
......@@ -34,13 +34,6 @@ pkgver() {
}
build() {
# Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
# With them, module fail to load with undefined symbol.
# See https://bugs.archlinux.org/task/55102 / https://bugs.archlinux.org/task/54845
# export CFLAGS=${CFLAGS/-fno-plt}
# export CXXFLAGS=${CXXFLAGS/-fno-plt}
# export LDFLAGS=${LDFLAGS/,-z,now}
arch-meson xserver build \
-D ipv6=true \
-D xvfb=false \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment