Skip to content

Commit

Permalink
Remove unnecessary patch
Browse files Browse the repository at this point in the history
  • Loading branch information
rgov committed Nov 22, 2020
1 parent c634aa0 commit 070708e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions iio-oscilloscope.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ class IioOscilloscope < Formula
uses_from_macos "libxml2"

def install
# Do not disable peer certificate verification when checking for updates;
# this crashes on macOS.
inreplace "phone_home.c" do |s|
s.gsub! /(CURLOPT_SSL_VERIFYPEER), false/, '\1, true'
end

mkdir "build" do
system "cmake", "..", *std_cmake_args
system "make", "install"
Expand Down

0 comments on commit 070708e

Please sign in to comment.