Skip to content

Commit c23c5ae

Browse files
committed
Disable openmp for imagemagick
1 parent 454b5a7 commit c23c5ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/SPC/builder/unix/library/imagemagick.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ protected function build(): void
3131
->optionalLib('freetype', ...ac_with_args('freetype'))
3232
->optionalLib('bzip2', ...ac_with_args('bzlib'))
3333
->addConfigureArgs(
34-
// TODO: glibc rh 10 toolset's libgomp.a was built without -fPIC so we can't use openmp without depending on libgomp.so
35-
SPCTarget::isTarget(SPCTarget::GLIBC) ? '--disable-openmp' : '--enable-openmp',
34+
'--disable-openmp',
3635
'--without-jxl',
3736
'--without-x',
3837
);

0 commit comments

Comments
 (0)