mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
--with-pic for libpng
This commit is contained in:
parent
6147721314
commit
78b2a89b0a
@ -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 .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user