mirror of
https://git.tukaani.org/xz.git
synced 2025-04-23 08:00:54 +00:00
CI: Use --disable-sandbox instead of --enable-sandbox=no
It's the same thing, just a style difference.
This commit is contained in:
parent
a2e47c7a59
commit
8efd80adfc
@ -209,7 +209,7 @@ then
|
|||||||
add_extra_option "$NATIVE_LANG_SUPPORT" "" "--disable-nls"
|
add_extra_option "$NATIVE_LANG_SUPPORT" "" "--disable-nls"
|
||||||
add_extra_option "$SMALL" "--enable-small" ""
|
add_extra_option "$SMALL" "--enable-small" ""
|
||||||
add_extra_option "$CLMUL" "" "--disable-clmul-crc"
|
add_extra_option "$CLMUL" "" "--disable-clmul-crc"
|
||||||
add_extra_option "$SANDBOX" "" "--enable-sandbox=no"
|
add_extra_option "$SANDBOX" "" "--disable-sandbox"
|
||||||
add_extra_option "$DOXYGEN" "--enable-doxygen" ""
|
add_extra_option "$DOXYGEN" "--enable-doxygen" ""
|
||||||
|
|
||||||
# Workaround a bug in too old config.guess. Version with
|
# Workaround a bug in too old config.guess. Version with
|
||||||
|
Loading…
x
Reference in New Issue
Block a user