xf86-video-mga: rebuild with LDFLAGS="-Wl,-z,lazy".
This commit is contained in:
parent
9863969a01
commit
cacf1229e5
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'xf86-video-mga'.
|
# Template build file for 'xf86-video-mga'.
|
||||||
pkgname=xf86-video-mga
|
pkgname=xf86-video-mga
|
||||||
version=1.6.4
|
version=1.6.4
|
||||||
revision=2
|
revision=3
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config xorg-util-macros"
|
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"
|
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=48c6690b6751c76f53de64f8dbeaa9d6c62dbcfe890c768fd87167951247d44f
|
checksum=48c6690b6751c76f53de64f8dbeaa9d6c62dbcfe890c768fd87167951247d44f
|
||||||
|
|
||||||
|
LDFLAGS="-Wl,-z,lazy"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -if
|
autoreconf -if
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue