get curl and wolfssl to both compile

This commit is contained in:
ading2210 2024-01-17 01:58:20 -05:00
parent 01622283f5
commit 33a095e514
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ git clone -b master --depth=1 https://github.com/wolfSSL/wolfssl wolfssl
cd wolfssl
autoreconf -fi
CFLAGS="-Os -DSP_WORD_SIZE=32" emconfigure ./configure --prefix=$PREFIX --enable-curl --enable-distro --enable-static --disable-shared --host=i686-linux --disable-examples
CFLAGS="-Oz -DSP_WORD_SIZE=32" emconfigure ./configure --prefix=$PREFIX --enable-curl --enable-static --disable-shared --host=i686-linux --disable-examples # --enable-cryptonly
emmake make -j$CORE_COUNT
make install