minizip, disable static library (#7972)

This commit is contained in:
Schrijvers Luc
2023-03-18 11:42:46 +01:00
committed by GitHub
parent 004662375f
commit 7783e09dee

View File

@@ -6,7 +6,7 @@ the features of the zip program."
HOMEPAGE="http://www.zlib.net/"
COPYRIGHT="1998-2010 Gilles Vollant and Mathias Svensson"
LICENSE="Zlib"
REVISION="1"
REVISION="2"
SOURCE_URI="http://zlib.net/fossils/zlib-$portVersion.tar.gz"
CHECKSUM_SHA256="b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30"
SOURCE_DIR="zlib-$portVersion"
@@ -54,7 +54,7 @@ BUILD()
cp Makefile Makefile.orig
cp ../README.contrib readme.txt
autoreconf --install
runConfigure ./configure
runConfigure ./configure --disable-static
make
}