mongodb: dyn suffix no longer needed for extrapath

Closes Homebrew/homebrew#27054.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Tyler Brock 2014-02-27 10:01:55 -05:00 committed by Mike McQuaid
parent 0c36ae2233
commit ae5304308d

View file

@ -67,7 +67,7 @@ class Mongodb < Formula
if build.with? 'openssl'
args << '--ssl'
args << "--extrapathdyn=#{Formula.factory('openssl').opt_prefix}"
args << "--extrapath=#{Formula.factory('openssl').opt_prefix}"
end
scons 'install', *args