xf86-video-mga: rebuild with LDFLAGS="-Wl,-z,lazy".

This commit is contained in:
Juan RP 2015-12-17 16:00:13 +01:00
parent 9863969a01
commit cacf1229e5

View file

@ -1,7 +1,7 @@
# Template build file for 'xf86-video-mga'.
pkgname=xf86-video-mga
version=1.6.4
revision=2
revision=3
lib32disabled=yes
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config xorg-util-macros"
@ -15,6 +15,8 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
checksum=48c6690b6751c76f53de64f8dbeaa9d6c62dbcfe890c768fd87167951247d44f
LDFLAGS="-Wl,-z,lazy"
pre_configure() {
autoreconf -if
}