Merge pull request #114175 from eyJhb/php-phpdbg-disable
php: fixed not being able to disable phpdbgSupport
This commit is contained in:
commit
3bed46e4b9
@ -192,7 +192,7 @@ let
|
|||||||
"--with-libxml-dir=${libxml2.dev}"
|
"--with-libxml-dir=${libxml2.dev}"
|
||||||
]
|
]
|
||||||
++ lib.optional pharSupport "--enable-phar"
|
++ lib.optional pharSupport "--enable-phar"
|
||||||
++ lib.optional phpdbgSupport "--enable-phpdbg"
|
++ lib.optional (!phpdbgSupport) "--disable-phpdbg"
|
||||||
|
|
||||||
|
|
||||||
# Misc flags
|
# Misc flags
|
||||||
|
Loading…
x
Reference in New Issue
Block a user