mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Build program static.
This commit is contained in:
parent
537aefdb26
commit
2e32234461
1 changed files with 2 additions and 2 deletions
|
@ -645,9 +645,9 @@ enable_static=yes
|
||||||
|
|
||||||
case "$php_build_target" in
|
case "$php_build_target" in
|
||||||
program)
|
program)
|
||||||
enable_static=no
|
enable_shared=no
|
||||||
PHP_PROGRAM=php
|
PHP_PROGRAM=php
|
||||||
passthru="$passthru --disable-static"
|
passthru="$passthru --disable-shared"
|
||||||
;;
|
;;
|
||||||
shared)
|
shared)
|
||||||
enable_static=no
|
enable_static=no
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue