Commit 4dfb482
committed
brotli: patch to fix man page install directories [ci skip]
Seen on all macOS-hosted builds in CI:
```
[38/38] Linking C static library libbrotlienc.a
+ cmake --install _a64-mac-sys-bld --prefix _a64-mac-sys/usr
-- Install configuration: "Release"
CMake Error at _a64-mac-sys-bld/cmake_install.cmake:89 (file):
file cannot create directory: /usr/share/man/man3. Maybe need
administrative privileges.
```
Ref: https://github.com/curl/curl-for-win/actions/runs/18853487748/job/53795465550#step:3:2073
Ref: https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html
PR submitted upstream:
google/brotli#1367
Brotli regression from:
google/brotli@cff5803
google/brotli#10841 parent cf964a4 commit 4dfb482
3 files changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments