zlib_ng, remove static library (#7585)

This commit is contained in:
Schrijvers Luc
2022-12-17 18:33:55 +01:00
committed by GitHub
parent c371d47089
commit 542967c80f

View File

@@ -3,7 +3,7 @@ DESCRIPTION="Zlib replacement with optimizations for next generation systems"
HOMEPAGE="https://github.com/zlib-ng/zlib-ng"
COPYRIGHT="1995-2013 Jean-loup Gailly and Mark Adler"
LICENSE="Zlib"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/zlib-ng/zlib-ng/archive/refs/tags/$portVersion.tar.gz"
CHECKSUM_SHA256="8258b75a72303b661a238047cb348203d88d9dddf85d480ed885f375916fcab6"
SOURCE_DIR="zlib-ng-$portVersion"
@@ -62,6 +62,9 @@ INSTALL()
{
make -C build install
# remove static library
rm $libDir/libz-ng.a
prepareInstalledDevelLib libz-ng
fixPkgconfig