File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ ARCH="powerpc64"
3232PLATFORM=" PS3"
3333
3434# # Download the source code.
35- wget --continue --no-check-certificate -O polarssl-${VERSION} .gpl. tgz https://polarssl.org/download/ polarssl-${VERSION} -gpl.tgz ? do=yes
35+ wget --continue --no-check-certificate -O polarssl-${VERSION} .tgz https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/ polarssl-${VERSION} .tar.gz
3636
3737# # Unpack the source code.
38- rm -Rf polarssl-${VERSION} && tar xfvz polarssl-${VERSION} .gpl. tgz && cd polarssl-${VERSION} /library
38+ rm -Rf polarssl-${VERSION} && tar xfvz polarssl-${VERSION} .tgz && cd mbedtls- polarssl-${VERSION} /library
3939
4040# # Patch the source code.
4141echo " Patching net.c and timing.c for compatibility..."
@@ -45,7 +45,7 @@ cat ../../../patches/polarssl-1.2.8-timing.patch | patch -p1
4545echo " Building polarssl for ${PLATFORM} ${SDKVERSION} ${ARCH} "
4646
4747echo " Patching Makefile..."
48- sed -i.bak ' 4d' ${CURRENTPATH} /polarssl-${VERSION} /library/Makefile
48+ sed -i.bak ' 4d' ${CURRENTPATH} /mbedtls- polarssl-${VERSION} /library/Makefile
4949
5050echo " Please stand by..."
5151
You can’t perform that action at this time.
0 commit comments