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