diff options
Diffstat (limited to 'x11/xf86-video-tseng/APKBUILD')
-rw-r--r-- | x11/xf86-video-tseng/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xf86-video-tseng/APKBUILD b/x11/xf86-video-tseng/APKBUILD index a5e814071..c924a7c37 100644 --- a/x11/xf86-video-tseng/APKBUILD +++ b/x11/xf86-video-tseng/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xf86-video-tseng pkgver=1.2.3 -pkgrel=0 +pkgrel=1 pkgdesc="Tseng Labs video driver" url="http://xorg.freedesktop.org/" license="custom" @@ -14,7 +14,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 || return 1 make || return 1 } |