Skip to content

Commit

Permalink
[DRAFT] update libuv to v2-1.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Jul 18, 2023
1 parent d270a71 commit fc8964a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 37 deletions.
2 changes: 1 addition & 1 deletion Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,7 @@ endif
ifeq ($(OS), WINNT)
HAVE_SSP := 1
OSLIBS += -Wl,--export-all-symbols -Wl,--version-script=$(BUILDROOT)/src/julia.expmap \
$(NO_WHOLE_ARCHIVE) -lpsapi -lkernel32 -lws2_32 -liphlpapi -lwinmm -ldbghelp -luserenv -lsecur32 -latomic
$(NO_WHOLE_ARCHIVE) -lpsapi -lkernel32 -lws2_32 -liphlpapi -lwinmm -ldbghelp -luserenv -lsecur32 -latomic -lole32 -luuid
JLDFLAGS += -Wl,--stack,8388608
ifeq ($(ARCH),i686)
JLDFLAGS += -Wl,--large-address-aware
Expand Down
34 changes: 0 additions & 34 deletions deps/checksums/libuv

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
95cfbeb46002d26010cdfbba459be3b4
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b34476e33f6ec1756abc52f4e209efeb3f3e1958d4d89a019097f1fd68ac7395204e685779755348a704b7c23862f5eb704fb459bedfc5c1e7583910b98d631c
1 change: 1 addition & 0 deletions deps/libuv.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## LIBUV ##
override USE_BINARYBUILDER_LIBUV=0
ifneq ($(USE_BINARYBUILDER_LIBUV),1)
LIBUV_GIT_URL:=https://github.com/JuliaLang/libuv.git
LIBUV_TAR_URL=https://api.github.com/repos/JuliaLang/libuv/tarball/$1
Expand Down
4 changes: 2 additions & 2 deletions deps/libuv.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ LIBUV_JLL_NAME := LibUV

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

0 comments on commit fc8964a

Please sign in to comment.