encfs: Use fuse4x as a default FUSE provider
Fixes Homebrew/homebrew#6385. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
8f416d5cec
commit
e65bc004f3
1 changed files with 4 additions and 3 deletions
|
@ -9,16 +9,17 @@ class Encfs < Formula
|
|||
depends_on 'gettext'
|
||||
depends_on 'boost'
|
||||
depends_on 'rlog'
|
||||
depends_on 'fuse4x'
|
||||
|
||||
def caveats
|
||||
<<-EOS.undent
|
||||
encfs requires MacFUSE 2.6 or later to be installed.
|
||||
You can find MacFUSE at:
|
||||
http://code.google.com/p/macfuse/
|
||||
Make sure to follow the directions given by `brew info fuse4x-kext`
|
||||
before trying to use a FUSE-based filesystem.
|
||||
EOS
|
||||
end
|
||||
|
||||
def install
|
||||
inreplace "configure", "-lfuse", "-lfuse4x"
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--with-boost=#{HOMEBREW_PREFIX}"
|
||||
|
|
Loading…
Reference in a new issue