mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 09:25:35 +08:00
--with-pic for libpng
This commit is contained in:
@@ -53,6 +53,7 @@ class libpng extends LinuxLibraryBase
|
|||||||
'./configure ' .
|
'./configure ' .
|
||||||
'--disable-shared ' .
|
'--disable-shared ' .
|
||||||
'--enable-static ' .
|
'--enable-static ' .
|
||||||
|
'--with-pic ' .
|
||||||
'--enable-hardware-optimizations ' .
|
'--enable-hardware-optimizations ' .
|
||||||
'--with-zlib-prefix="' . BUILD_ROOT_PATH . '" ' .
|
'--with-zlib-prefix="' . BUILD_ROOT_PATH . '" ' .
|
||||||
$optimizations .
|
$optimizations .
|
||||||
|
|||||||
Reference in New Issue
Block a user