mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 17:39:24 +00:00
imagemagick: Fix configure on x86_64
imagemagick has configure time execution test for large file offset they wont be able to run in cross compile. We cache it. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e1ebcc1358b9f81eba64255fc5da6892"
|
|||||||
# FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results.
|
# FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results.
|
||||||
DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib"
|
DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib"
|
||||||
|
|
||||||
PR = "r7"
|
PR = "r8"
|
||||||
|
|
||||||
PATCHSET = "1"
|
PATCHSET = "1"
|
||||||
SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \
|
SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \
|
||||||
@@ -32,3 +32,7 @@ FILES_${PN}-dbg += "${libdir}/ImageMagick-${IMVER}/modules-Q16/*/.debug/*"
|
|||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|
||||||
LEAD_SONAME = "libMagickCore.so.*"
|
LEAD_SONAME = "libMagickCore.so.*"
|
||||||
|
|
||||||
|
do_configure_prepend() {
|
||||||
|
export ac_cv_sys_file_offset_bits=yes
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user