scripts/package in rvm-1.0.14 vs scripts/package in rvm-1.0.15
- old
+ new
@@ -162,10 +162,11 @@
openssl_os="darwin-i386-cc"
fi
fi
configure_command="./Configure"
- patches="$rvm_path/patches/$package/Makefile.org.patch,$rvm_path/patches/$package/crypto-Makefile.patch"
+ # Anyone know WTF happened to these patches???
+ #patches="$rvm_path/patches/$package/Makefile.org.patch,$rvm_path/patches/$package/crypto-Makefile.patch"
# Don't use -j option for make OpenSSL
if [[ ! -z "$rvm_make_flags" ]] ; then
rvm_make_flags=$(echo "$rvm_make_flags" | sed -e "s/-j[[:space:]]*[[0-9]]*//")
fi