From a5a586f21b661c3a35b4518676b2f667149cf1c4 Mon Sep 17 00:00:00 2001 From: heitbaum Date: Mon, 2 Aug 2021 19:28:16 +1000 Subject: [PATCH] libraw: fix hardcoded automake 1.15 version --- packages/graphics/libraw/package.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/graphics/libraw/package.mk b/packages/graphics/libraw/package.mk index 15083c3b23..5b1dc400c2 100644 --- a/packages/graphics/libraw/package.mk +++ b/packages/graphics/libraw/package.mk @@ -10,6 +10,7 @@ PKG_URL="http://www.libraw.org/data/LibRaw-${PKG_VERSION}.tar.gz" PKG_DEPENDS_TARGET="toolchain libjpeg-turbo lcms2" PKG_LONGDESC="A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)" PKG_BUILD_FLAGS="+pic" +PKG_TOOLCHAIN="autotools" PKG_CONFIGURE_OPTS_TARGET="--enable-static \ --disable-shared \