[oe-commits] Khem Raj : imagemagick: Fix configure on x86_64

git version control git at git.openembedded.org
Mon Sep 19 07:25:06 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 6cbe04603a429303dfda628552fcead5c43e317e
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=6cbe04603a429303dfda628552fcead5c43e317e

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Sep 19 11:24:18 2011 +0000

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 at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../imagemagick/imagemagick_6.4.4.bb               |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.4.4.bb b/meta-oe/recipes-support/imagemagick/imagemagick_6.4.4.bb
index 40f9736..c38c644 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_6.4.4.bb
+++ b/meta-oe/recipes-support/imagemagick/imagemagick_6.4.4.bb
@@ -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.
 DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib"
 
-PR = "r7"
+PR = "r8"
 
 PATCHSET = "1"
 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"
 
 LEAD_SONAME = "libMagickCore.so.*"
+
+do_configure_prepend() {
+    export ac_cv_sys_file_offset_bits=yes
+}





More information about the Openembedded-commits mailing list