summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-12-31 09:31:45 -0800
committerKhem Raj <raj.khem@gmail.com>2022-12-31 10:40:32 -0800
commitfb1883ee27acfe4ae9283786238ee9a3bd898750 (patch)
tree9022cc7f46f3d3411267487ef7387d14f09125b6
parent097de1b55fc3cb1189ca690b8961c307ec04c20e (diff)
downloadmeta-openembedded-fb1883ee27acfe4ae9283786238ee9a3bd898750.tar.gz
imagemagick: Do not set ac_cv_sys_file_offset_bits
This is detected during configure due to AC_SYS_LARGEFILE autoconf macro which is set to 64 if off_t is 64bit and then assigned to -D_FILE_OFFSET_BITS=${ac_cv_sys_file_offset_bits} and system expects it to be a number not a string. Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb
index 010288b0d6..b6344a381f 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb
+++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb
@@ -22,7 +22,6 @@ inherit autotools pkgconfig update-alternatives
22# if someone needs xml support then fix it first 22# if someone needs xml support then fix it first
23EXTRA_OECONF = "--program-prefix= --program-suffix=.im7 --without-perl --disable-openmp --without-xml --disable-opencl" 23EXTRA_OECONF = "--program-prefix= --program-suffix=.im7 --without-perl --disable-openmp --without-xml --disable-opencl"
24 24
25CACHED_CONFIGUREVARS = "ac_cv_sys_file_offset_bits=yes"
26PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" 25PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
27PACKAGECONFIG[cxx] = "--with-magick-plus-plus,--without-magick-plus-plus" 26PACKAGECONFIG[cxx] = "--with-magick-plus-plus,--without-magick-plus-plus"
28PACKAGECONFIG[graphviz] = "--with-gvc,--without-gvc,graphviz" 27PACKAGECONFIG[graphviz] = "--with-gvc,--without-gvc,graphviz"