Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

osquery: fix build with Xcode 9.3 #26724

Merged
merged 1 commit into from
Apr 17, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Formula/osquery.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ class Osquery < Formula
depends_on "xz"
depends_on "zstd"

# Remove for > 3.2.2
# Upstream commit from 16 Apr 2018 "Fix macOS build on Xcode 9.3 (#4291)"
if MacOS.version >= :high_sierra
patch do
url "https://github.com/facebook/osquery/commit/360f58887.patch?full_index=1"
sha256 "1498f9646095299e34b104272ec756bdd5922b8427d8a33599608b2ff714cd0e"
end
end

resource "MarkupSafe" do
url "https://files.pythonhosted.org/packages/c0/41/bae1254e0396c0cc8cf1751cb7d9afc90a602353695af5952530482c963f/MarkupSafe-0.23.tar.gz"
sha256 "a4ec1aff59b95a14b45eb2e23761a0179e98319da5a7eb76b56ea8cdc7b871c3"
Expand Down