Commit 7cbd2c8
committed
openssl: use -j1 for
With parallel make, the install step can fail with "Error 13"
(permission denied) when multiple jobs race to run pod2man or write
to the same directory simultaneously. MSYS2 upstream hit the same
problem and added -j1 for `make install` in their 3.4.0 update
(msys2/MINGW-packages@3c238e9727, referencing
openssl/openssl#24298).
Assisted-by: Claude Opus 4.6
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>make install to avoid permission errors1 parent db42920 commit 7cbd2c8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
0 commit comments