File tree 2 files changed +16
-0
lines changed 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ if "%INTRINSICS%" neq "" set ADD_CONF=%ADD_CONF% --enable-native-intrinsics=%INT
53
53
54
54
set CFLAGS = /W1 /WX
55
55
56
+ patch --binary %DEPS_DIR% \include\net-snmp\net-snmp-config.h -i %~dp0 net-snmp-config.h.patch.bin
57
+
56
58
cmd /c configure.bat ^
57
59
--enable-snapshot-build ^
58
60
--disable-debug-pack ^
Original file line number Diff line number Diff line change
1
+ --- net-snmp-config.h 2019-07-01 13:04:57.401354900 +0200
2
+ +++ net-snmp-config.h 2022-05-04 11:52:42.229867900 +0200
3
+ @@ -1365,9 +1365,9 @@
4
+ # define HAVE_SSIZE_T
5
+ #elif defined(_MSC_VER)
6
+ # ifdef _M_X64
7
+ -typedef __int64 ssize_t;
8
+ +// prevent redefine warning typedef __int64 ssize_t;
9
+ # else
10
+ -typedef __int32 ssize_t;
11
+ +// prevent redefine warning typedef __int32 ssize_t;
12
+ # endif
13
+ #endif
14
+
You can’t perform that action at this time.
0 commit comments