]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
imagemagick: Disable OpenMP
authorBenoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
Wed, 20 Aug 2014 16:49:25 +0000 (18:49 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 21 Aug 2014 13:19:47 +0000 (15:19 +0200)
By default (i.e. without adding libgomp.so* to
BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS), if an external toolchain with libgomp
support is used, then libgomp is installed to staging/ , but not to target/ .
Consequently, with such a toolchain, imagemagick's configure detected libgomp as
supported and enabled its usage for the build stage, but then it failed to run
on the target because libgomp was missing. This is the bug #7322.

Disable OpenMP for imagemagick as a temporary workaround, until a better long
term solution is agreed on and implemented.

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/imagemagick/imagemagick.mk

index 386da4f25ea3b73ebd59ef4431ced34aa91ebe0d..aac0b5dbfbf7997f57be91543e9a42c3d29d9104 100644 (file)
@@ -29,6 +29,7 @@ IMAGEMAGICK_CONF_ENV = ac_cv_sys_file_offset_bits=32
 endif
 
 IMAGEMAGICK_CONF_OPT = --program-transform-name='s,,,' \
+               --disable-openmp \
                --without-perl \
                --without-wmf \
                --without-openexr \