mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
zlib: touch the library to force a valid mtime.
* an unpatched ninja handles such a target as missing.
This commit is contained in:
@@ -13,7 +13,7 @@ reduced, if necessary, at some cost in compression."
|
||||
HOMEPAGE="http://www.zlib.net/"
|
||||
COPYRIGHT="1995-2017 Jean-loup Gailly and Mark Adler"
|
||||
LICENSE="Zlib"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://zlib.net/fossils/zlib-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1"
|
||||
PATCHES="zlib-$portVersion.patchset"
|
||||
@@ -74,6 +74,8 @@ INSTALL()
|
||||
cd build
|
||||
make install
|
||||
|
||||
touch $libDir/libz.so.1
|
||||
|
||||
prepareInstalledDevelLib libz
|
||||
|
||||
# devel package
|
||||
|
||||
Reference in New Issue
Block a user