From 22a81873db5fb70e17aebe858c46395c40ebf445 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 2 Sep 2014 07:37:20 +0200 Subject: fix dist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- dist/archlinux/stable/PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dist/archlinux/stable') diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index cc6bced..bc12549 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -2,7 +2,7 @@ pkgname=libgamma pkgver=0.2 -pkgrel=1 +pkgrel=2 pkgdesc="Display server abstraction layer for gamma ramps" arch=(i686 x86_64) url="https://github.com/maandree/libgamma" @@ -17,6 +17,9 @@ sha256sums=(ef171360e4a945b607ef3fa1830630088bad162e47ea83ff990cae83c5331529) build() { cd "$srcdir/$pkgname-$pkgver" ./configure --linux + LDFLAGS=${LDFLAGS/--as-needed/} + LDFLAGS=${LDFLAGS/,,/,} + export LDFLAGS make PREFIX=/usr lib info } -- cgit v1.2.3-70-g09d2