GitHub user cramja opened a pull request:

    https://github.com/apache/incubator-quickstep/pull/183

    Adds regex to specify 16.+ versions of Darwin

    Before this change, only one recent version of Darwin was correctly
    having the compiler flags modified to allow for deprecated syscalls.
    After this change, all versions of Darwin 16+ should correctly apply the
    cxx flags. This is still a somewhat temporary fix because the real
    issue (replacing the deprecated calls) has not been addressed.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cramja/incubator-quickstep 
cmake-list-darwin-fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-quickstep/pull/183.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #183
    
----
commit 51d26776c2c53bc8cb27fe0f3a1d4235f80cd10d
Author: cramja <marc.spehlm...@gmail.com>
Date:   2017-02-07T17:28:39Z

    Adds regex to specify 16.+ versions of Darwin
    
    Before this change, only one recent version of Darwin was correcly
    having the compiler flags modified to allow for deprecated syscalls.
    After this change, all versions of Darwin 16+ should correcly apply the
    cxx flags. This is still a somewhat temporary fix because the real
    issue (replacing the deprecated calls) has not been addressed.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to