--with-pic for libpng

This commit is contained in:
DubbleClick 2025-05-31 14:03:17 +07:00
parent 6147721314
commit 78b2a89b0a

View File

@ -53,6 +53,7 @@ class libpng extends LinuxLibraryBase
'./configure ' .
'--disable-shared ' .
'--enable-static ' .
'--with-pic ' .
'--enable-hardware-optimizations ' .
'--with-zlib-prefix="' . BUILD_ROOT_PATH . '" ' .
$optimizations .