Commit 360f9db4 authored by Richard Fisher's avatar Richard Fisher

make ruby_latest depend on openssl and add the include directory

parent b1d1cef4
......@@ -7,9 +7,10 @@ class Ruby_latest < Package
depends_on 'readline'
depends_on 'zlibpkg'
depends_on 'openssl'
def self.build
system "CC='gcc' ./configure"
system "CC='gcc' CPPFLAGS=-I/usr/local/include/openssl ./configure"
system "make"
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