URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2172fe93e180d5f894170f8b235a611237a0c9c2
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
2172fe9 by Gerald Combs (gerald@xxxxxxxxxxxxx):
macOS: Fixup our libssh workaround.
On the previous builder, `otool -L /path/to/libssh.4.dylib` returned a
bare "libssh.4.dylib", which required a workaround. On the new builder
it returns "@rpath/libssh.4.dylib". Adjust the workaround accordinly.
Remove a couple of chmods while we're here. Permission issues are better
addressed elsewhere.
Change-Id: If0692219d9558c77b45620e7aad309853012b7e8
Reviewed-on: https://code.wireshark.org/review/32059
Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 09cf98d [Automatic update for 2019-02-17]
add 2172fe9 macOS: Fixup our libssh workaround.
Summary of changes:
packaging/macosx/osx-app.sh.in | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)