summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2012-10-13 12:11:51 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2012-10-13 12:11:51 +0200
commitcc7048c5491d54872412bd3fc07d8497f64077b1 (patch)
tree451987c096cc5b0d6cab7563da607a45a1737d5d /testing
parent4e0027c59a1b7638a99ca2f7898acf15b8e5cb5d (diff)
downloadaports-cc7048c5491d54872412bd3fc07d8497f64077b1.tar.bz2
aports-cc7048c5491d54872412bd3fc07d8497f64077b1.tar.xz
testing/xf86-video-qxl: fix LDFLAGS
Diffstat (limited to 'testing')
-rw-r--r--testing/xf86-video-qxl/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/xf86-video-qxl/APKBUILD b/testing/xf86-video-qxl/APKBUILD
index a4caffd0f..6874ab374 100644
--- a/testing/xf86-video-qxl/APKBUILD
+++ b/testing/xf86-video-qxl/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=xf86-video-qxl
pkgver=0.1.0
-pkgrel=0
+pkgrel=1
pkgdesc="Xorg X11 qxl video driver"
url="http://www.x.org"
arch="all"
@@ -27,13 +27,13 @@ prepare() {
build() {
cd "$_builddir"
+ export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--localstatedir=/var \
|| return 1
- export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
make || return 1
}