diff options
Diffstat (limited to 'package/ImageMagick/Makefile')
-rw-r--r-- | package/ImageMagick/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ImageMagick/Makefile b/package/ImageMagick/Makefile index 3ff05701d..8ee6641c6 100644 --- a/package/ImageMagick/Makefile +++ b/package/ImageMagick/Makefile @@ -37,6 +37,7 @@ $(eval $(call PKG_template,CONVERT,convert,$(PKG_VERSION)-${PKG_RELEASE},${PKGSS $(eval $(call PKG_template,DISPLAY,display,$(PKG_VERSION)-${PKG_RELEASE},${PKGSS_DISPLAY},${PKGSD_DISPLAY},${PKGSC_DISPLAY})) TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS)) +CONFIGURE_ENV+= ac_cv_sys_file_offset_bits=yes CONFIGURE_ARGS+= --with-magick-plus-plus=no \ --without-gslib \ --without-dps \ |