Commit b125171c authored by Richard Fisher's avatar Richard Fisher

remove CPP flags

parent 360f9db4
...@@ -10,7 +10,7 @@ class Ruby_latest < Package ...@@ -10,7 +10,7 @@ class Ruby_latest < Package
depends_on 'openssl' depends_on 'openssl'
def self.build def self.build
system "CC='gcc' CPPFLAGS=-I/usr/local/include/openssl ./configure" system "CC='gcc' ./configure"
system "make" system "make"
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment