Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jedisct1/libsodium
Browse files Browse the repository at this point in the history
* 'master' of github.com:jedisct1/libsodium:
  disable ssp/pie for emscripten
  • Loading branch information
jedisct1 committed Oct 22, 2017
2 parents 0b835b4 + a84d222 commit d0e009e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dist-build/emscripten.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ rm -f "$DONE_FILE"
echo

emconfigure ./configure $CONFIG_EXTRA --disable-shared --prefix="$PREFIX" \
--without-pthreads CFLAGS="$CFLAGS" && \
--without-pthreads \
--disable-ssp --disable-asm --disable-pie \
CFLAGS="$CFLAGS" && \
emmake make clean
[ $? = 0 ] || exit 1

Expand Down

0 comments on commit d0e009e

Please sign in to comment.