diff --git a/packages/graphics/tiff/package.mk b/packages/graphics/tiff/package.mk index 14fd951279..17666e7cda 100644 --- a/packages/graphics/tiff/package.mk +++ b/packages/graphics/tiff/package.mk @@ -36,7 +36,8 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-static \ --with-gl=no \ --with-jpeg-lib-dir=$SYSROOT_PREFIX/usr/lib \ --with-jpeg-include-dir=$SYSROOT_PREFIX/usr/include \ - --without-x" + --without-x \ + --with-gl=no" pre_configure_target() { export CFLAGS="$CFLAGS -fPIC -DPIC"