mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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>
This commit is contained in:
parent
097de1b55f
commit
fb1883ee27
@ -22,7 +22,6 @@ inherit autotools pkgconfig update-alternatives
|
||||
# if someone needs xml support then fix it first
|
||||
EXTRA_OECONF = "--program-prefix= --program-suffix=.im7 --without-perl --disable-openmp --without-xml --disable-opencl"
|
||||
|
||||
CACHED_CONFIGUREVARS = "ac_cv_sys_file_offset_bits=yes"
|
||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
|
||||
PACKAGECONFIG[cxx] = "--with-magick-plus-plus,--without-magick-plus-plus"
|
||||
PACKAGECONFIG[graphviz] = "--with-gvc,--without-gvc,graphviz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user