Skip to content

Commit fc6fba3

Browse files
committed
Update to libgit2 version 1.0.0 on Windows
1 parent 134692d commit fc6fba3

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/Makevars.win

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
VERSION = 0.27.2
1+
VERSION = 1.0.0
22
RWINLIB = ../windows/libgit2-${VERSION}
33

44
PKG_CPPFLAGS = -I${RWINLIB}/include \
5-
-DR_NO_REMAP -DSTRICT_R_HEADERS
5+
-DR_NO_REMAP -DSTRICT_R_HEADERS \
6+
-DGIT2R_HAVE_BUF_DISPOSE \
7+
-DGIT2R_HAVE_OBJECT_ANY \
8+
-DGIT2R_LIBGIT2_V0_99_0_RENAMES
69

710
PKG_LIBS = -L${RWINLIB}/lib${R_ARCH} \
8-
-lgit2 -lcurl-dualssl -lhttp_parser -lssh2 -lz -lssl -lcrypto \
9-
-lwinhttp -lgdi32 -lole32 -lrpcrt4 -lws2_32 -lcrypt32 -lwldap32
11+
-lgit2 -lssh2 -lz -lssl -lcrypto \
12+
-lwinhttp -lws2_32 -lcrypt32 -lole32 -lrpcrt4
1013

1114
all: clean winlibs
1215

0 commit comments

Comments
 (0)