File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ jobs:
118
118
sed -i "s/-dirty\b//p" configure
119
119
120
120
# -->
121
+ # gnulib requires `-D__MINGW_USE_VC2005_COMPAT` for `time_t` from `year2038.m4`, or `--disable-year2038`!
121
122
- name : Install extra dependencies
122
123
run : |
123
124
if [ "${{matrix.ftype}}" = "shared-full" ]; then
@@ -129,7 +130,7 @@ jobs:
129
130
wget https://github.com/metalink-dev/libmetalink/releases/download/release-0.1.3/libmetalink-0.1.3.tar.gz
130
131
tar -xvzf libmetalink-0.1.3.tar.gz
131
132
cd libmetalink-0.1.3
132
- ./configure -- disable-tests
133
+ ./configure CFLAGS=-D__MINGW_USE_VC2005_COMPAT -- disable-xmltest
133
134
make install
134
135
elif [ "${{matrix.ftype}}" = "static-lite" ]; then
135
136
wget https://github.com/win-iconv/win-iconv/archive/refs/tags/v0.0.8.tar.gz
You can’t perform that action at this time.
0 commit comments