URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6364b3b0e381134104d21594ab459efe22d0dcfd
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
6364b3b 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/26007
Actions performed:
from 8eacd00 SIGCOMP: Disable UDVM dissection and decompression.
adds 6364b3b 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(-)