libuv: update to 1.23.1.
1 out of 332 tests fail
This commit is contained in:
parent
c7eb2ed08d
commit
e1e304194e
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libuv'
|
||||
pkgname=libuv
|
||||
version=1.23.0
|
||||
version=1.23.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
|
@ -10,7 +10,9 @@ license="MIT, CC-BY-SA-4.0"
|
|||
homepage="https://libuv.org/"
|
||||
changelog="https://raw.githubusercontent.com/libuv/libuv/v1.x/ChangeLog"
|
||||
distfiles="https://github.com/libuv/libuv/archive/v${version}.tar.gz"
|
||||
checksum=8c8eff0bec85306aae508392b395e8bb0e1e34daad2a4e3bec308ced0c92bfaa
|
||||
checksum=c3386003522502d712010b852008b22b37f827e207e184e3d53f0431389299c3
|
||||
|
||||
LDFLAGS="-pthread"
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
Loading…
Reference in a new issue