Date: Wednesday, December 16, 2020 @ 12:19:30 Author: andyrtr Revision: 404389
upgpkg: xorg-xwayland 1.20.0.r800.ge4a9f0bb4-1: update to latest git commit; use the same C/CXX/LD FLAGS as xorg-server - another try to solve FS#68951 Modified: xorg-xwayland/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-16 07:33:24 UTC (rev 404388) +++ PKGBUILD 2020-12-16 12:19:30 UTC (rev 404389) @@ -1,8 +1,8 @@ # Maintainer: AndyRTR <[email protected]> pkgname=xorg-xwayland -_commit=5d73a8b59e0d01d1ee4cb484e4b43563cec2eee9 # xserver-master-branch 2020-12-14 -pkgver=1.20.0.r797.g5d73a8b59 +_commit=e4a9f0bb4e36cffe4f7021bfa27753a9f42df2ff # xserver-master-branch 2020-12-15 +pkgver=1.20.0.r800.ge4a9f0bb4 pkgrel=1 arch=('x86_64') license=('custom') @@ -35,9 +35,9 @@ # 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} + export CFLAGS=${CFLAGS/-fno-plt} + export CXXFLAGS=${CXXFLAGS/-fno-plt} + export LDFLAGS=${LDFLAGS/,-z,now} arch-meson xserver build \ -D os_vendor="Arch Linux" \
