Wireshark-commits: [Wireshark-commits] master eb2b8dd: Check for dependencies in all subdirectories

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 22 Feb 2018 20:00:45 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=eb2b8dd98ae8c298c484e61ddc4ad1fcf632ad5b
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

eb2b8dd 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>
    

Actions performed:

    from  2e139a1   SIGCOMP: Disable UDVM dissection and decompression.
    adds  eb2b8dd   Check for dependencies in all subdirectories of $pkglib and $pkgexec.


Summary of changes:
 packaging/macosx/osx-app.sh.in | 32 +++++++++++++++++++++-----------
 1 file changed, 21 insertions(+), 11 deletions(-)