Wireshark-commits: [Wireshark-commits] master-1.12 268c965: When building an OS X package for GTK+,

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 17 Jun 2014 22:07:24 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=268c965e6f3c8b593482abcc8e6c1f332498d3e8
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

268c965 by Guy Harris (guy@xxxxxxxxxxxx):

    When building an OS X package for GTK+, put the libraries in lib.
    
    This reverts to the way we did it prior to the switch to Qt; with GTK+,
    Contents/MacOS/Wireshark is just a launcher, and the Wireshark binary is
    in Contents/Resources/bin/wireshark-bin, and the appropriate rpath entry
    would be @executable_path/../lib - @executable_path/../Frameworks, which
    works for the Qt version, in which Contents/MacOS/Wireshark is the
    actual executable, doesn't work for the GTK+ version.
    
    This should fix bug 10185.
    
    Change-Id: I4e50a4ead8f29a742c97a9001c821aabe1fa5e65
    Reviewed-on: https://code.wireshark.org/review/2347
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 93b5a313ada6684c7706da7a578f7787344d6144)
    Reviewed-on: https://code.wireshark.org/review/2348
    

Actions performed:

    from  2c877e0   Set the rlc len field before we try to use it in an expert info.
    adds  268c965   When building an OS X package for GTK+, put the libraries in lib.


Summary of changes:
 packaging/macosx/osx-app.sh |   15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)