Skip to content

Commit fc8964a

Browse files
committed
[DRAFT] update libuv to v2-1.45.0
1 parent d270a71 commit fc8964a

File tree

6 files changed

+6
-37
lines changed

6 files changed

+6
-37
lines changed

Make.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@ endif
13601360
ifeq ($(OS), WINNT)
13611361
HAVE_SSP := 1
13621362
OSLIBS += -Wl,--export-all-symbols -Wl,--version-script=$(BUILDROOT)/src/julia.expmap \
1363-
$(NO_WHOLE_ARCHIVE) -lpsapi -lkernel32 -lws2_32 -liphlpapi -lwinmm -ldbghelp -luserenv -lsecur32 -latomic
1363+
$(NO_WHOLE_ARCHIVE) -lpsapi -lkernel32 -lws2_32 -liphlpapi -lwinmm -ldbghelp -luserenv -lsecur32 -latomic -lole32 -luuid
13641364
JLDFLAGS += -Wl,--stack,8388608
13651365
ifeq ($(ARCH),i686)
13661366
JLDFLAGS += -Wl,--large-address-aware

deps/checksums/libuv

Lines changed: 0 additions & 34 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
95cfbeb46002d26010cdfbba459be3b4
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b34476e33f6ec1756abc52f4e209efeb3f3e1958d4d89a019097f1fd68ac7395204e685779755348a704b7c23862f5eb704fb459bedfc5c1e7583910b98d631c

deps/libuv.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## LIBUV ##
2+
override USE_BINARYBUILDER_LIBUV=0
23
ifneq ($(USE_BINARYBUILDER_LIBUV),1)
34
LIBUV_GIT_URL:=https://github.com/JuliaLang/libuv.git
45
LIBUV_TAR_URL=https://api.github.com/repos/JuliaLang/libuv/tarball/$1

deps/libuv.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ LIBUV_JLL_NAME := LibUV
33

44
## source build
55
LIBUV_VER := 2
6-
LIBUV_BRANCH=julia-uv2-1.44.2
7-
LIBUV_SHA1=2723e256e952be0b015b3c0086f717c3d365d97e
6+
LIBUV_BRANCH=julia-uv2-1.45.0-dev
7+
LIBUV_SHA1=7f9c8129c285a88bf775e56fd2500e0fa9c4c98c

0 commit comments

Comments
 (0)