aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-12-11 12:04:04 -0800
committerGerald Combs <gerald@wireshark.org>2022-12-11 20:31:46 +0000
commitd44c4193e0ee8e9109c7d2dd10ad043169b61ed8 (patch)
tree4ffb5f9268c2c380301b079fa43f90f3f3f6d23a /packaging
parent3924162f006acc19fdcae81f4ef78d7e19dda54b (diff)
macOS packaging: Clarify an issue with libbrotli.
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/osx-app.sh.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/packaging/macosx/osx-app.sh.in b/packaging/macosx/osx-app.sh.in
index 4edd8666f4..ec94397c38 100755
--- a/packaging/macosx/osx-app.sh.in
+++ b/packaging/macosx/osx-app.sh.in
@@ -198,8 +198,9 @@ while $endl; do
# replace "\tlibbrotli" with "\t/usr/local/lib/libbrotli" so that
# it isn't excluded from subsequent filtering.
- # libbrotli, for some reason, doesn't have a path prefix in its
- # "install name" when built by tools/macos-setup.sh;
+ # libbrotli 1.09 and earlier doesn't have a path prefix in its
+ # "install name" when built by tools/macos-setup.sh:
+ # https://github.com/google/brotli/pull/976;
#
# replace "@loader_path/libbrotli" with "/usr/local/lib/libbrotli" so that
# it isn't excluded from subsequent filtering;