Wireshark-commits: [Wireshark-commits] master 2d126cf: Add an OSX_DEPLOY_TARGET option to control b

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 3 Aug 2014 20:08:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2d126cfec1ea0e9f9b0e345677d12b70838b7b49
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2d126cf by Guy Harris (guy@xxxxxxxxxxxx):

    Add an OSX_DEPLOY_TARGET option to control building for a target OS version.
    
    It should be set to an OS version, such as "10.5" or "10.6" or..., and,
    if set (and if you're building for "APPLE"), it'll try to find the SDK
    (and fail if it's not found), and add appropriate -isysroot,
    -mmacosx-version-min, and, if appropriate, -m32 compiler options.
    
    (It will need more work once we support building OS X app bundles and
    installers; pick up more stuff from configure.ac for that.)
    
    Change-Id: I0aebf2db8aa39304a41be4e2a9879dea6f308ec7
    Reviewed-on: https://code.wireshark.org/review/3388
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  27cfea6   Define INET6 in config.h rather than in the Makefile.
    adds  2d126cf   Add an OSX_DEPLOY_TARGET option to control building for a target OS version.


Summary of changes:
 CMakeLists.txt |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 README.cmake   |    7 ++++---
 2 files changed, 57 insertions(+), 3 deletions(-)