From 3a8aca2eadbe18526043e359ab80b4ea1383dc58 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sun, 20 Jul 2014 21:04:38 +0200 Subject: [PATCH] pixman: Updated to v0.32.6 --- pixman/Buildfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pixman/Buildfile b/pixman/Buildfile index f402496..bd93c50 100644 --- a/pixman/Buildfile +++ b/pixman/Buildfile @@ -2,7 +2,7 @@ # URL: http://xorg.freedesktop.org name=pixman -version=0.30.2 +version=0.32.6 release=1 source=(http://xorg.freedesktop.org/releases/individual/lib/$name-$version.tar.bz2) @@ -11,7 +11,8 @@ build() { ./configure --build=$BUILD \ --host=$HOST \ - --prefix=/usr + --prefix=/usr \ + --disable-static make -j $JOBS make DESTDIR=$PKG install