Skip to content

Commit

Permalink
Update Zlib to 1.2.12 (#109)
Browse files Browse the repository at this point in the history
* Update zlib.patch

* Update ZLIB version to 1.2.12
  • Loading branch information
SonicMastr committed Mar 29, 2022
1 parent 993260c commit 47df3b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ project(vitasdk)
set(GCC_VERSION 10.3.0)
set(GCC_HASH SHA256=64f404c1a650f27fc33da242e1f2df54952e3963a49e06e73f6940f3223ac344)

set(ZLIB_VERSION 1.2.11)
set(ZLIB_HASH SHA256=4ff941449631ace0d4d203e3483be9dbc9da454084111f97ea0a2114e19bf066)
set(ZLIB_VERSION 1.2.12)
set(ZLIB_HASH SHA256=7db46b8d7726232a621befaab4a1c870f00a90805511c0e0090441dac57def18)

set(LIBELF_VERSION 0.8.13)
set(LIBELF_HASH SHA256=591a9b4ec81c1f2042a97aa60564e0cb79d041c52faa7416acb38bc95bd2c76d)
Expand Down
6 changes: 3 additions & 3 deletions patches/zlib.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
diff -r -u zlib-1.2.11/CMakeLists.txt zlib-1.2.11-patched/CMakeLists.txt
--- zlib-1.2.11/CMakeLists.txt 2017-01-15 17:29:40.000000000 +0000
+++ zlib-1.2.11-patched/CMakeLists.txt 2018-01-07 18:11:41.296650376 +0000
diff -r -u zlib-1.2.12/CMakeLists.txt zlib-1.2.12-patched/CMakeLists.txt
--- zlib-1.2.12/CMakeLists.txt 2022-03-27 18:39:42.000000000 -0500
+++ zlib-1.2.12-patched/CMakeLists.txt 2022-03-28 22:10:09.518039100 -0500
@@ -225,25 +225,3 @@
if(NOT SKIP_INSTALL_FILES AND NOT SKIP_INSTALL_ALL )
install(FILES ${ZLIB_PC} DESTINATION "${INSTALL_PKGCONFIG_DIR}")
Expand Down

0 comments on commit 47df3b0

Please sign in to comment.