summaryrefslogtreecommitdiffstats
path: root/x11/xf86-video-ati
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-12-18 10:14:55 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-12-18 10:14:55 +0000
commite17f6d3fcc3a0116520b12d75d55a6fad770e27e (patch)
treeb170c32bc35c3f7ae45b65020f6a1a09cf608927 /x11/xf86-video-ati
parent5821ed12c8963fe200673b0347cd117eba28db29 (diff)
x11/xf86-video-*: cleanup and rebuild against gcc-4.4.2
Diffstat (limited to 'x11/xf86-video-ati')
-rw-r--r--x11/xf86-video-ati/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xf86-video-ati/APKBUILD b/x11/xf86-video-ati/APKBUILD
index 21f6e1957f2..5037b2405bc 100644
--- a/x11/xf86-video-ati/APKBUILD
+++ b/x11/xf86-video-ati/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xf86-video-ati
pkgver=6.12.4
-pkgrel=0
+pkgrel=1
pkgdesc="ATI video driver"
url="http://xorg.freedesktop.org/"
license="custom"
@@ -16,7 +16,7 @@ source="http://xorg.freedesktop.org/releases/individual/driver/$pkgname-$pkgver.
build() {
cd "$srcdir"/$pkgname-$pkgver
- export GCC_SPECS=/usr/share/gcc/hardenednoznow.specs
+ export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
./configure --prefix=/usr \
--enable-dri \