WASI: disable PIE. PIE doesn't work with WASI.

This commit is contained in:
Frank Denis
2024-05-19 11:21:41 +02:00
parent 54b04533cc
commit eac1063b68
+1 -1
View File
@@ -30,7 +30,7 @@ fi
if ! ./configure ${LIBSODIUM_ENABLE_MINIMAL_FLAG} \
--prefix="$PREFIX" \
--host=wasm32-wasi \
--disable-ssp --disable-shared --without-pthreads; then
--disable-pie --disable-ssp --disable-shared --without-pthreads; then
cat config.log
exit 1
fi