Skip to content

Commit

Permalink
WASI: disable PIE. PIE doesn't work with WASI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed May 19, 2024
1 parent 6e27e98 commit b582d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist-build/wasm32-wasi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b582d20

Please sign in to comment.