[1/2] Update zlib to version 1.3

Message ID 20230916132548.16420-1-jonatan.schlag@ipfire.org
State New
Headers
Series [1/2] Update zlib to version 1.3 |

Commit Message

Jonatan Schlag Sept. 16, 2023, 1:25 p.m. UTC
  The workaround is not needed anymore. The files a placed correctly by
itself.

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
---
 zlib/zlib.nm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
  

Patch

diff --git a/zlib/zlib.nm b/zlib/zlib.nm
index 476431328..1aea661c8 100644
--- a/zlib/zlib.nm
+++ b/zlib/zlib.nm
@@ -4,7 +4,7 @@ 
 ###############################################################################
 
 name       = zlib
-version    = 1.2.13
+version    = 1.3
 release    = 1
 
 groups     = System/Libraries
@@ -31,10 +31,6 @@  build
 		make check
 	end
 
-	install_cmds
-		mkdir -pv %{BUILDROOT}%{includedir} %{BUILDROOT}%{libdir}
-		cp -pfv zconf.h zlib.h %{BUILDROOT}%{includedir}
-	end
 end
 
 packages