1
0
mirror of https://git.tukaani.org/xz.git synced 2025-04-22 23:50:51 +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:
Lasse Collin 2025-04-22 16:21:50 +03:00
parent a2e47c7a59
commit 8efd80adfc
No known key found for this signature in database
GPG Key ID: 38EE757D69184620

View File

@ -209,7 +209,7 @@ then
add_extra_option "$NATIVE_LANG_SUPPORT" "" "--disable-nls"
add_extra_option "$SMALL" "--enable-small" ""
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" ""
# Workaround a bug in too old config.guess. Version with