mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 15:07:14 +08:00
cairo rebuild, with tee enabled
This commit is contained in:
parent
cee7121ab6
commit
28742b10ad
@ -8,7 +8,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=cairo
|
||||
pkgver=1.10.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Cairo vector graphics library"
|
||||
arch=(i686 x86_64)
|
||||
license=('LGPL' 'MPL')
|
||||
@ -24,7 +24,7 @@ build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
patch -Np1 -i "${srcdir}/cairo-1.10.0-buggy_gradients.patch"
|
||||
./configure --prefix=/usr --sysconfdir=/etc \
|
||||
--localstatedir=/var --disable-static
|
||||
--localstatedir=/var --disable-static --enable-tee
|
||||
make
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user