libtiff: Rebuild without jbigkit support
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
_realname=libtiff
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
pkgver=4.0.3
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="Library for manipulation of TIFF images (mingw-w64)"
|
||||
arch=('any')
|
||||
url="http://www.remotesensing.org/libtiff"
|
||||
license=(MIT)
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
|
||||
"${MINGW_PACKAGE_PREFIX}-jbigkit"
|
||||
#"${MINGW_PACKAGE_PREFIX}-jbigkit"
|
||||
"${MINGW_PACKAGE_PREFIX}-libjpeg-turbo"
|
||||
"${MINGW_PACKAGE_PREFIX}-xz"
|
||||
"${MINGW_PACKAGE_PREFIX}-zlib")
|
||||
@@ -39,7 +39,9 @@ build() {
|
||||
--target=${MINGW_CHOST} \
|
||||
--enable-static \
|
||||
--enable-shared \
|
||||
--disable-jbig \
|
||||
--without-x
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user