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:
parent
0c36ae2233
commit
ae5304308d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue