From e464d2517ef3f3608110ae50cd5c6a25125f0d82 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 30 Oct 2019 23:51:20 +0100 Subject: [PATCH] xf86-video-qxl: fix undefined symbols while loading module --- srcpkgs/xf86-video-qxl/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xf86-video-qxl/template b/srcpkgs/xf86-video-qxl/template index 0bb3fdff88f..2a56bcc2cb8 100644 --- a/srcpkgs/xf86-video-qxl/template +++ b/srcpkgs/xf86-video-qxl/template @@ -1,7 +1,7 @@ # Template file for 'xf86-video-qxl' pkgname=xf86-video-qxl version=0.1.5 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="automake m4 xorg-util-macros libtool pkg-config" makedepends="xorg-server-devel spice-protocol xorgproto" @@ -13,6 +13,9 @@ homepage="https://www.x.org" distfiles="$XORG_SITE/driver/${pkgname}-${version}.tar.bz2" checksum=b18682e04503c6326f7bf7190f3ee50a3d4d69758a2a3cc9af102a6b3f114c92 +lib32disabled=yes +LDFLAGS="-Wl,-z,lazy" + post_install() { vlicense COPYING LICENSE }