php: fixed not being able to disable phpdbgSupport
This commit is contained in:
parent
60358d0dcf
commit
563949e084
|
@ -189,7 +189,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…
Reference in New Issue