Skip to content

Commit 8e7b37d

Browse files
committed
Update 001-zlib-1.2.8.sh to 001-zlib-1.2.11.sh
1 parent 1c342e3 commit 8e7b37d

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed
Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
diff -burN orig.zlib-1.2.6/Makefile.in zlib-1.2.6/Makefile.in
2-
--- orig.zlib-1.2.6/Makefile.in 2012-01-28 23:48:50.000000000 +0100
3-
+++ zlib-1.2.6/Makefile.in 2012-02-17 19:12:07.109166356 +0100
4-
@@ -73,7 +73,7 @@
1+
--- orig.zlib-1.2.11/Makefile.in 2017-01-15 18:29:40.000000000 +0100
2+
+++ zlib-1.2.11/Makefile.in 2017-02-15 12:02:49.221883981 +0100
3+
@@ -75,7 +75,7 @@
54

65
all: static shared
76

@@ -10,10 +9,9 @@ diff -burN orig.zlib-1.2.6/Makefile.in zlib-1.2.6/Makefile.in
109

1110
shared: examplesh$(EXE) minigzipsh$(EXE)
1211

13-
diff -burN orig.zlib-1.2.6/configure zlib-1.2.6/configure
14-
--- orig.zlib-1.2.6/configure 2012-01-29 18:48:11.000000000 +0100
15-
+++ zlib-1.2.6/configure 2012-02-17 19:14:34.119121726 +0100
16-
@@ -193,8 +193,8 @@
12+
--- orig.zlib-1.2.11/configure 2016-12-31 19:06:40.000000000 +0100
13+
+++ zlib-1.2.11/configure 2017-02-15 12:02:49.244443762 +0100
14+
@@ -217,8 +217,8 @@
1715
MINGW* | mingw*)
1816
# temporary bypass
1917
rm -f $test.[co] $test $test$shared_ext
@@ -24,7 +22,7 @@ diff -burN orig.zlib-1.2.6/configure zlib-1.2.6/configure
2422
LDSHARED=${LDSHARED-"$cc -shared"}
2523
LDSHAREDLIBC=""
2624
EXE='.exe' ;;
27-
@@ -217,12 +217,7 @@
25+
@@ -241,12 +241,7 @@
2826
SHAREDLIBV=libz.$VER$shared_ext
2927
SHAREDLIBM=libz.$VER1$shared_ext
3028
LDSHARED=${LDSHARED-"$cc -dynamiclib -install_name $libdir/$SHAREDLIBM -compatibility_version $VER1 -current_version $VER3"}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#!/bin/sh -e
2-
# zlib-1.2.8.sh by Dan Peori ([email protected])
2+
# zlib-1.2.11.sh by Dan Peori ([email protected])
33

44
## Download the source code.
5-
wget --continue http://zlib.net/zlib-1.2.8.tar.gz
5+
wget --continue http://zlib.net/zlib-1.2.11.tar.gz
66

77
## Unpack the source code.
8-
rm -Rf zlib-1.2.8 && tar xfvz zlib-1.2.8.tar.gz && cd zlib-1.2.8
8+
rm -Rf zlib-1.2.11 && tar xfvz zlib-1.2.11.tar.gz && cd zlib-1.2.11
99

1010
## Patch the source code.
11-
cat ../../patches/zlib-1.2.8-PPU.patch | patch -p1
11+
cat ../../patches/zlib-1.2.11-PPU.patch | patch -p1
1212

1313
## Configure the build.
1414
AR="powerpc64-ps3-elf-ar" CC="powerpc64-ps3-elf-gcc" RANLIB="powerpc64-ps3-elf-ranlib" \

0 commit comments

Comments
 (0)