mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
libuv: bump version.
remove static library.
This commit is contained in:
@@ -7,7 +7,7 @@ COPYRIGHT="2015-present libuv project contributors"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/libuv/libuv/archive/v$portVersion/libuv-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="0d9d38558b45c006c1ea4e8529bae64caf8becda570295ea74e3696362aeb7f2"
|
||||
CHECKSUM_SHA256="ff84a26c79559e511f087aa67925c3b4e0f0aac60cd8039d4d38b292f208ff58"
|
||||
PATCHES="libuv-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
|
||||
@@ -61,8 +61,8 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
# remove libtool file
|
||||
rm -f $libDir/libuv.la
|
||||
# remove libtool file and static library
|
||||
rm -f $libDir/libuv.la $libDir/libuv.a
|
||||
|
||||
prepareInstalledDevelLib libuv
|
||||
|
||||
Reference in New Issue
Block a user