From d5ef4dc92880c877375f36d0ff1a663c5fed19f9 Mon Sep 17 00:00:00 2001 From: awiouy Date: Fri, 21 Oct 2016 17:35:18 +0200 Subject: [PATCH] tiff: disable autoreconf --- packages/graphics/tiff/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/graphics/tiff/package.mk b/packages/graphics/tiff/package.mk index 2dfb179eff..1f81cf4014 100644 --- a/packages/graphics/tiff/package.mk +++ b/packages/graphics/tiff/package.mk @@ -30,7 +30,7 @@ PKG_SHORTDESC="libtiff: A library for reading and writing TIFF files" PKG_LONGDESC="libtiff is a library for reading and writing data files encoded with the Tag Image File format, Revision 6.0 (or revision 5.0 or revision 4.0). This file format is suit- able for archiving multi-color and monochromatic image data." PKG_IS_ADDON="no" -PKG_AUTORECONF="yes" +PKG_AUTORECONF="no" PKG_CONFIGURE_OPTS_TARGET="--enable-static \ --disable-shared \