We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54fc73 commit 66e2213Copy full SHA for 66e2213
scripts/001-zlib-1.2.7.sh scripts/001-zlib-1.2.8.shscripts/001-zlib-1.2.7.sh renamed to scripts/001-zlib-1.2.8.sh
@@ -1,14 +1,14 @@
1
#!/bin/sh -e
2
-# zlib-1.2.7.sh by Dan Peori ([email protected])
+# zlib-1.2.8.sh by Dan Peori ([email protected])
3
4
## Download the source code.
5
-wget --continue http://zlib.net/zlib-1.2.7.tar.gz
+wget --continue http://zlib.net/zlib-1.2.8.tar.gz
6
7
## Unpack the source code.
8
-rm -Rf zlib-1.2.7 && tar xfvz zlib-1.2.7.tar.gz && cd zlib-1.2.7
+rm -Rf zlib-1.2.8 && tar xfvz zlib-1.2.8.tar.gz && cd zlib-1.2.8
9
10
## Patch the source code.
11
-cat ../../patches/zlib-1.2.7-PPU.patch | patch -p1
+cat ../../patches/zlib-1.2.8-PPU.patch | patch -p1
12
13
## Configure the build.
14
AR="powerpc64-ps3-elf-ar" CC="powerpc64-ps3-elf-gcc" RANLIB="powerpc64-ps3-elf-ranlib" \
0 commit comments