-ldl and --with-pic for imagemagick

This commit is contained in:
DubbleClick
2025-05-31 14:19:04 +07:00
parent 764fdd4d08
commit 4c64707138
2 changed files with 4 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ trait imagemagick
])
->execWithEnv(
'./configure ' .
'--enable-static --disable-shared ' .
'--enable-static --disable-shared --with-pic ' .
$extra .
'--prefix='
)