URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=407b23835c86ce7d231d023ca277f50fcbab6550
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark
Commits:
407b238 by Guy Harris (guy@xxxxxxxxxxxx):
Check for dependencies in all subdirectories of $pkglib and $pkgexec.
Just use "find" to find plain files under $pkglib and $pkgexec; this
avoids trying to run otool on directories, which can cause it to stop
looking in $pkgexec/* past the extcap directory, and does try to run it
on the Qt frameworks in subdirectories under $pkglib.
Add a comment giving more details about the big command to find
dependencies.
Change-Id: Ife3c3a8493ca0b6ea28f1bb108f63714366abeed
Reviewed-on: https://code.wireshark.org/review/26003
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit eb2b8dd98ae8c298c484e61ddc4ad1fcf632ad5b)
Reviewed-on: https://code.wireshark.org/review/26006
Actions performed:
from 44a295d SIGCOMP: Disable UDVM dissection and decompression.
adds 407b238 Check for dependencies in all subdirectories of $pkglib and $pkgexec.
Summary of changes:
packaging/macosx/osx-app.sh | 32 +++++++++++++++++++++-----------
1 file changed, 21 insertions(+), 11 deletions(-)