Skip to content

Commit 5348134

Browse files
authored
Use mbedtls as SSL layer on libcurl (#79)
* use mbedtls re-order, libcurl uses mbedtls * Add --disable-ntlm-wb option to configure script
1 parent aa83f9e commit 5348134

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ AR="ppu-ar" CC="ppu-gcc" RANLIB="ppu-ranlib" \
3434
LDFLAGS="-L$PSL1GHT/ppu/lib -L$PS3DEV/portlibs/ppu/lib" LIBS="-lnet -lsysutil -lsysmodule -lm " \
3535
PKG_CONFIG_LIBDIR="$PSL1GHT/ppu/lib/pkgconfig" PKG_CONFIG_PATH="$PS3DEV/portlibs/ppu/lib/pkgconfig" \
3636
../configure --prefix="$PS3DEV/portlibs/ppu" --host="powerpc64-ps3-elf" \
37-
--disable-threaded-resolver --disable-ipv6 \
38-
--includedir="$PS3DEV/portlibs/ppu/include" --libdir="$PS3DEV/portlibs/ppu/lib" --without-ssl --with-polarssl="$PS3DEV/portlibs/ppu/include/polarssl" --with-ca-bundle="/usr/ssl/certs/ca-bundle.crt"
37+
--disable-threaded-resolver --disable-ipv6 --disable-ntlm-wb \
38+
--includedir="$PS3DEV/portlibs/ppu/include" --libdir="$PS3DEV/portlibs/ppu/lib" --with-mbedtls="$PS3DEV/portlibs/ppu/include/mbedtls" --with-ca-bundle="/usr/ssl/certs/ca-bundle.crt"
3939

4040
## Compile and install.
4141
jobs=$(nproc 2>/dev/null || sysctl -n hw.ncpu)

0 commit comments

Comments
 (0)