libev, bump version, disable static library (#7717)

This commit is contained in:
Schrijvers Luc
2023-01-02 10:40:01 +01:00
committed by GitHub
parent 801398a1bb
commit a4042ce3bf

View File

@@ -7,7 +7,7 @@ COPYRIGHT="2007-2013 Marc Alexander Lehmann"
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
REVISION="1" REVISION="1"
SOURCE_URI="http://dist.schmorp.de/libev/libev-$portVersion.tar.gz" SOURCE_URI="http://dist.schmorp.de/libev/libev-$portVersion.tar.gz"
CHECKSUM_SHA256="ed855d2b52118e32c0c1a6a32bd18c97f9e6711ca511f5ee12de3b9eccc66e5a" CHECKSUM_SHA256="507eb7b8d1015fbec5b935f34ebed15bf346bed04a11ab82b8eee848c4205aea"
ARCHITECTURES="all" ARCHITECTURES="all"
SECONDARY_ARCHITECTURES="x86" SECONDARY_ARCHITECTURES="x86"
@@ -47,7 +47,7 @@ BUILD_PREREQUIRES="
BUILD() BUILD()
{ {
autoreconf -vfi autoreconf -vfi
runConfigure ./configure runConfigure ./configure --disable-static
make $jobArgs make $jobArgs
} }