mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
minizip, disable static library (#7972)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user