cairo-compmgr-git: need explicit zlib linking

This commit is contained in:
Cedric Girard 2013-01-20 19:24:27 +01:00
parent ed3a21b5c7
commit 478fb3e4af
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# Contributor: Jacob Winther <jacob.winther@gmail.com>
pkgname=cairo-compmgr-git
pkgver=20121105
pkgver=20130120
pkgrel=1
pkgdesc="Cairo based composite manager - Git version"
arch=(i686 x86_64)
@ -39,7 +39,7 @@ build() {
#sed -i 's!libvala-0.18!libvala-0.20!' configure.ac
#sed -i 's!libvala-0.18!libvala-0.20!' vapi/cairo-compmgr.deps
./autogen.sh --prefix=/usr LIBS="-ldl -lgmodule-2.0 -lm"
./autogen.sh --prefix=/usr LIBS="-ldl -lgmodule-2.0 -lm -lz"
make
}