From de230e9638ae959b9c162978d377abb8deee1cad Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Wed, 30 May 2018 15:54:29 +0200 Subject: [PATCH] libraw: enable fpic This fixes non-lto build of imagedecoder.raw on Generic Signed-off-by: Matthias Reichl --- 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 f4bb3b6827..a6c2687743 100644 --- a/packages/graphics/libraw/package.mk +++ b/packages/graphics/libraw/package.mk @@ -28,6 +28,7 @@ PKG_DEPENDS_TARGET="toolchain libjpeg-turbo" PKG_SECTION="graphics" PKG_SHORTDESC="A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)" 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_CONFIGURE_OPTS_TARGET="--enable-static \ --disable-shared \